Uses of Class
com.azure.resourcemanager.cosmos.models.AutoUpgradePolicyResource
Packages that use AutoUpgradePolicyResource
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of AutoUpgradePolicyResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return AutoUpgradePolicyResourceModifier and TypeMethodDescriptionAutoscaleSettingsResource.autoUpgradePolicy()
Get the autoUpgradePolicy property: Cosmos DB resource auto-upgrade policy.static AutoUpgradePolicyResource
AutoUpgradePolicyResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AutoUpgradePolicyResource from the JsonReader.AutoUpgradePolicyResource.withThroughputPolicy
(ThroughputPolicyResource throughputPolicy) Set the throughputPolicy property: Represents throughput policy which service must adhere to for auto-upgrade.Methods in com.azure.resourcemanager.cosmos.models with parameters of type AutoUpgradePolicyResourceModifier and TypeMethodDescriptionAutoscaleSettingsResource.withAutoUpgradePolicy
(AutoUpgradePolicyResource autoUpgradePolicy) Set the autoUpgradePolicy property: Cosmos DB resource auto-upgrade policy.