Uses of Enum Class
com.microsoft.azure.management.compute.UpgradeMode
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of UpgradeMode in com.microsoft.azure.management.compute
Modifier 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.Modifier 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.