Uses of Class
com.microsoft.azure.management.compute.UpgradePolicy
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of UpgradePolicy in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.upgradePolicy()
Get the upgrade policy.UpgradePolicy.withAutomaticOSUpgradePolicy
(AutomaticOSUpgradePolicy automaticOSUpgradePolicy) Set configuration parameters used for performing automatic OS Upgrade.UpgradePolicy.withMode
(UpgradeMode mode) Set specifies the mode of an upgrade to virtual machines in the scale set.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of updates to virtual machines in the scale set.UpgradePolicy.withRollingUpgradePolicy
(RollingUpgradePolicy rollingUpgradePolicy) Set the configuration parameters used while performing a rolling upgrade.Modifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.withUpgradePolicy
(UpgradePolicy upgradePolicy) Set the upgrade policy.