Uses of Class
com.azure.compute.batch.models.UpgradePolicy
Packages that use UpgradePolicy
-
Uses of UpgradePolicy in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return UpgradePolicyModifier and TypeMethodDescriptionstatic UpgradePolicy
UpgradePolicy.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UpgradePolicy from the JsonReader.BatchPool.getUpgradePolicy()
Get the upgradePolicy property: The upgrade policy for the Pool.BatchPoolCreateContent.getUpgradePolicy()
Get the upgradePolicy property: The upgrade policy for the Pool.BatchPoolSpecification.getUpgradePolicy()
Get the upgradePolicy property: The upgrade policy for the Pool.BatchPoolUpdateContent.getUpgradePolicy()
Get the upgradePolicy property: The upgrade policy for the Pool.UpgradePolicy.setAutomaticOsUpgradePolicy
(AutomaticOsUpgradePolicy automaticOsUpgradePolicy) Set the automaticOsUpgradePolicy property: Configuration parameters used for performing automatic OS Upgrade.UpgradePolicy.setRollingUpgradePolicy
(RollingUpgradePolicy rollingUpgradePolicy) Set the rollingUpgradePolicy property: The configuration parameters used while performing a rolling upgrade.Methods in com.azure.compute.batch.models with parameters of type UpgradePolicyModifier and TypeMethodDescriptionBatchPoolCreateContent.setUpgradePolicy
(UpgradePolicy upgradePolicy) Set the upgradePolicy property: The upgrade policy for the Pool.BatchPoolSpecification.setUpgradePolicy
(UpgradePolicy upgradePolicy) Set the upgradePolicy property: The upgrade policy for the Pool.BatchPoolUpdateContent.setUpgradePolicy
(UpgradePolicy upgradePolicy) Set the upgradePolicy property: The upgrade policy for the Pool.