Uses of Class
com.azure.resourcemanager.cosmos.models.MongoDBDatabaseGetPropertiesOptions
-
Packages that use MongoDBDatabaseGetPropertiesOptions 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 MongoDBDatabaseGetPropertiesOptions in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return MongoDBDatabaseGetPropertiesOptions Modifier and Type Method Description MongoDBDatabaseGetPropertiesOptionsMongoDBDatabaseGetProperties. options()Get the options property: The options property.MongoDBDatabaseGetPropertiesOptionsMongoDBDatabaseGetResultsInner. options()Get the options property: The options property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type MongoDBDatabaseGetPropertiesOptions Modifier and Type Method Description MongoDBDatabaseGetPropertiesMongoDBDatabaseGetProperties. withOptions(MongoDBDatabaseGetPropertiesOptions options)Set the options property: The options property.MongoDBDatabaseGetResultsInnerMongoDBDatabaseGetResultsInner. withOptions(MongoDBDatabaseGetPropertiesOptions options)Set the options property: The options property. -
Uses of MongoDBDatabaseGetPropertiesOptions in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return MongoDBDatabaseGetPropertiesOptions Modifier and Type Method Description MongoDBDatabaseGetPropertiesOptionsMongoDBDatabaseGetPropertiesOptions. withAutoscaleSettings(AutoscaleSettings autoscaleSettings)Set the autoscaleSettings property: Specifies the Autoscale settings.MongoDBDatabaseGetPropertiesOptionsMongoDBDatabaseGetPropertiesOptions. withThroughput(Integer throughput)Set the throughput property: Value of the Cosmos DB resource throughput or autoscaleSettings.
-