Uses of Class
com.microsoft.azure.management.compute.UpgradePolicy
Packages that use UpgradePolicy
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of UpgradePolicy in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return UpgradePolicyModifier 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.Methods in com.microsoft.azure.management.compute with parameters of type UpgradePolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.withUpgradePolicy
(UpgradePolicy upgradePolicy) Set the upgrade policy.