Uses of Class
com.azure.resourcemanager.cosmos.models.OptionsResource
-
Packages that use OptionsResource Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of OptionsResource in com.azure.resourcemanager.cosmos.models
Subclasses of OptionsResource in com.azure.resourcemanager.cosmos.models Modifier and Type Class Description classCassandraKeyspaceGetPropertiesOptionsThe CassandraKeyspaceGetPropertiesOptions model.classCassandraTableGetPropertiesOptionsThe CassandraTableGetPropertiesOptions model.classGremlinDatabaseGetPropertiesOptionsThe GremlinDatabaseGetPropertiesOptions model.classGremlinGraphGetPropertiesOptionsThe GremlinGraphGetPropertiesOptions model.classMongoDBCollectionGetPropertiesOptionsThe MongoDBCollectionGetPropertiesOptions model.classMongoDBDatabaseGetPropertiesOptionsThe MongoDBDatabaseGetPropertiesOptions model.classSqlContainerGetPropertiesOptionsThe SqlContainerGetPropertiesOptions model.classSqlDatabaseGetPropertiesOptionsThe SqlDatabaseGetPropertiesOptions model.classTableGetPropertiesOptionsThe TableGetPropertiesOptions model.Methods in com.azure.resourcemanager.cosmos.models that return OptionsResource Modifier and Type Method Description OptionsResourceOptionsResource. withAutoscaleSettings(AutoscaleSettings autoscaleSettings)Set the autoscaleSettings property: Specifies the Autoscale settings.OptionsResourceOptionsResource. withThroughput(Integer throughput)Set the throughput property: Value of the Cosmos DB resource throughput or autoscaleSettings.
-