Uses of Class
com.azure.resourcemanager.cosmos.models.ThroughputPolicyResource
Packages that use ThroughputPolicyResource
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ThroughputPolicyResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ThroughputPolicyResourceModifier and TypeMethodDescriptionstatic ThroughputPolicyResource
ThroughputPolicyResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ThroughputPolicyResource from the JsonReader.AutoUpgradePolicyResource.throughputPolicy()
Get the throughputPolicy property: Represents throughput policy which service must adhere to for auto-upgrade.ThroughputPolicyResource.withIncrementPercent
(Integer incrementPercent) Set the incrementPercent property: Represents the percentage by which throughput can increase every time throughput policy kicks in.ThroughputPolicyResource.withIsEnabled
(Boolean isEnabled) Set the isEnabled property: Determines whether the ThroughputPolicy is active or not.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ThroughputPolicyResourceModifier and TypeMethodDescriptionAutoUpgradePolicyResource.withThroughputPolicy
(ThroughputPolicyResource throughputPolicy) Set the throughputPolicy property: Represents throughput policy which service must adhere to for auto-upgrade.