Uses of Class
com.azure.resourcemanager.cosmos.models.MongoDBDatabaseResource
Packages that use MongoDBDatabaseResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
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 MongoDBDatabaseResourceModifier and TypeMethodDescriptionMongoDBDatabaseCreateUpdateProperties.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 MongoDBDatabaseResourceModifier and TypeMethodDescriptionMongoDBDatabaseCreateUpdateProperties.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.modelsModifier and TypeClassDescriptionfinal classThe MongoDBDatabaseGetPropertiesResource model.Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type MongoDBDatabaseResourceModifier and TypeClassDescriptionclassCosmos DB MongoDB database resource object.Methods in com.azure.resourcemanager.cosmos.models that return MongoDBDatabaseResourceModifier and TypeMethodDescriptionstatic MongoDBDatabaseResourceMongoDBDatabaseResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MongoDBDatabaseResource from the JsonReader.MongoDBDatabaseCreateUpdateParameters.resource()Get the resource property: The standard JSON format of a MongoDB database.MongoDBDatabaseResource.withCreateMode(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.Set the id property: Name of the Cosmos DB MongoDB database.MongoDBDatabaseResource.withRestoreParameters(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.Methods in com.azure.resourcemanager.cosmos.models with parameters of type MongoDBDatabaseResourceModifier and TypeMethodDescriptionMongoDBDatabaseCreateUpdateParameters.withResource(MongoDBDatabaseResource resource) Set the resource property: The standard JSON format of a MongoDB database.