Uses of Class
com.azure.resourcemanager.cosmos.models.ThroughputPolicyResource
-
Packages that use ThroughputPolicyResource Package Description com.azure.resourcemanager.cosmos.models 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 ThroughputPolicyResource Modifier and Type Method Description ThroughputPolicyResourceAutoUpgradePolicyResource. throughputPolicy()Get the throughputPolicy property: Represents throughput policy which service must adhere to for auto-upgrade.ThroughputPolicyResourceThroughputPolicyResource. withIncrementPercent(Integer incrementPercent)Set the incrementPercent property: Represents the percentage by which throughput can increase every time throughput policy kicks in.ThroughputPolicyResourceThroughputPolicyResource. 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 ThroughputPolicyResource Modifier and Type Method Description AutoUpgradePolicyResourceAutoUpgradePolicyResource. withThroughputPolicy(ThroughputPolicyResource throughputPolicy)Set the throughputPolicy property: Represents throughput policy which service must adhere to for auto-upgrade.
-