Uses of Class
com.azure.resourcemanager.cosmos.models.AutoUpgradePolicyResource
-
Packages that use AutoUpgradePolicyResource Package Description com.azure.resourcemanager.cosmos.models 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 AutoUpgradePolicyResource Modifier and Type Method Description AutoUpgradePolicyResourceAutoscaleSettingsResource. autoUpgradePolicy()Get the autoUpgradePolicy property: Cosmos DB resource auto-upgrade policy.AutoUpgradePolicyResourceAutoUpgradePolicyResource. 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 AutoUpgradePolicyResource Modifier and Type Method Description AutoscaleSettingsResourceAutoscaleSettingsResource. withAutoUpgradePolicy(AutoUpgradePolicyResource autoUpgradePolicy)Set the autoUpgradePolicy property: Cosmos DB resource auto-upgrade policy.
-