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