Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.MongoDBDatabaseCreateUpdateProperties
Packages that use MongoDBDatabaseCreateUpdateProperties
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
-
Uses of MongoDBDatabaseCreateUpdateProperties in com.azure.resourcemanager.cosmos.fluent.models
Classes in com.azure.resourcemanager.cosmos.fluent.models that implement interfaces with type arguments of type MongoDBDatabaseCreateUpdatePropertiesModifier and TypeClassDescriptionfinal classProperties to create and update Azure Cosmos DB MongoDB database.Methods in com.azure.resourcemanager.cosmos.fluent.models that return MongoDBDatabaseCreateUpdatePropertiesModifier and TypeMethodDescriptionMongoDBDatabaseCreateUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MongoDBDatabaseCreateUpdateProperties from the JsonReader.MongoDBDatabaseCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.MongoDBDatabaseCreateUpdateProperties.withResource(MongoDBDatabaseResource resource) Set the resource property: The standard JSON format of a MongoDB database.