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