Uses of Class
com.azure.resourcemanager.cosmos.models.ThroughputSettingsResource
Packages that use ThroughputSettingsResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
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 ThroughputSettingsResourceModifier and TypeMethodDescriptionThroughputSettingsUpdateProperties.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 ThroughputSettingsResourceModifier and TypeMethodDescriptionThroughputSettingsUpdateProperties.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.modelsModifier and TypeClassDescriptionfinal class
The ThroughputSettingsGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return ThroughputSettingsResourceModifier and TypeMethodDescriptionstatic ThroughputSettingsResource
ThroughputSettingsResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ThroughputSettingsResource from the JsonReader.ThroughputSettingsUpdateParameters.resource()
Get the resource property: The standard JSON format of a resource throughput.ThroughputSettingsResource.withAutoscaleSettings
(AutoscaleSettingsResource autoscaleSettings) Set the autoscaleSettings property: Cosmos DB resource for autoscale settings.ThroughputSettingsResource.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 ThroughputSettingsResourceModifier and TypeMethodDescriptionThroughputSettingsUpdateParameters.withResource
(ThroughputSettingsResource resource) Set the resource property: The standard JSON format of a resource throughput.