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