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
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type ThroughputPolicyResourceModifier and TypeClassDescriptionfinal classCosmos DB resource throughput policy.Methods in com.azure.resourcemanager.cosmos.models that return ThroughputPolicyResourceModifier and TypeMethodDescriptionstatic ThroughputPolicyResourceThroughputPolicyResource.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.