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