Uses of Enum Class
com.microsoft.azure.management.compute.UpgradeMode
Packages that use UpgradeMode
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of UpgradeMode in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return UpgradeModeModifier and TypeMethodDescriptionstatic UpgradeMode
UpgradeMode.fromString
(String value) Parses a serialized value to a UpgradeMode instance.UpgradePolicy.mode()
Get 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.VirtualMachineScaleSet.upgradeModel()
static UpgradeMode
Returns the enum constant of this class with the specified name.static UpgradeMode[]
UpgradeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.compute with parameters of type UpgradeModeModifier and TypeMethodDescriptionUpgradePolicy.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.VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy.withUpgradeMode
(UpgradeMode upgradeMode) Specifies the virtual machine scale set upgrade policy mode.