Uses of Class
com.azure.resourcemanager.cosmos.models.MongoDBDatabaseResource
-
Packages that use MongoDBDatabaseResource Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of MongoDBDatabaseResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return MongoDBDatabaseResource Modifier and Type Method Description MongoDBDatabaseResourceMongoDBDatabaseCreateUpdateProperties. resource()Get the resource property: The standard JSON format of a MongoDB database.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type MongoDBDatabaseResource Modifier and Type Method Description MongoDBDatabaseCreateUpdatePropertiesMongoDBDatabaseCreateUpdateProperties. withResource(MongoDBDatabaseResource resource)Set the resource property: The standard JSON format of a MongoDB database. -
Uses of MongoDBDatabaseResource in com.azure.resourcemanager.cosmos.models
Subclasses of MongoDBDatabaseResource in com.azure.resourcemanager.cosmos.models Modifier and Type Class Description classMongoDBDatabaseGetPropertiesResourceThe MongoDBDatabaseGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return MongoDBDatabaseResource Modifier and Type Method Description MongoDBDatabaseResourceMongoDBDatabaseCreateUpdateParameters. resource()Get the resource property: The standard JSON format of a MongoDB database.MongoDBDatabaseResourceMongoDBDatabaseResource. withId(String id)Set the id property: Name of the Cosmos DB MongoDB database.Methods in com.azure.resourcemanager.cosmos.models with parameters of type MongoDBDatabaseResource Modifier and Type Method Description MongoDBDatabaseCreateUpdateParametersMongoDBDatabaseCreateUpdateParameters. withResource(MongoDBDatabaseResource resource)Set the resource property: The standard JSON format of a MongoDB database.
-