Uses of Class
com.azure.resourcemanager.cosmos.models.ThroughputSettingsResource
-
Packages that use ThroughputSettingsResource 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 ThroughputSettingsResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ThroughputSettingsResource Modifier and Type Method Description ThroughputSettingsResourceThroughputSettingsUpdateProperties. resource()Get the resource property: The standard JSON format of a resource throughput.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ThroughputSettingsResource Modifier and Type Method Description ThroughputSettingsUpdatePropertiesThroughputSettingsUpdateProperties. withResource(ThroughputSettingsResource resource)Set the resource property: The standard JSON format of a resource throughput. -
Uses of ThroughputSettingsResource in com.azure.resourcemanager.cosmos.models
Subclasses of ThroughputSettingsResource in com.azure.resourcemanager.cosmos.models Modifier and Type Class Description classThroughputSettingsGetPropertiesResourceThe ThroughputSettingsGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return ThroughputSettingsResource Modifier and Type Method Description ThroughputSettingsResourceThroughputSettingsUpdateParameters. resource()Get the resource property: The standard JSON format of a resource throughput.ThroughputSettingsResourceThroughputSettingsResource. withAutoscaleSettings(AutoscaleSettingsResource autoscaleSettings)Set the autoscaleSettings property: Cosmos DB resource for autoscale settings.ThroughputSettingsResourceThroughputSettingsResource. withThroughput(Integer throughput)Set the throughput property: Value of the Cosmos DB resource throughput.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ThroughputSettingsResource Modifier and Type Method Description ThroughputSettingsUpdateParametersThroughputSettingsUpdateParameters. withResource(ThroughputSettingsResource resource)Set the resource property: The standard JSON format of a resource throughput.
-