Uses of Enum
com.azure.resourcemanager.compute.models.UpgradeMode
Packages that use UpgradeMode
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of UpgradeMode in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return UpgradeModeModifier and TypeMethodDescriptionstatic UpgradeModeUpgradeMode.fromString(String value) Parses a serialized value to a UpgradeMode instance.UpgradePolicy.mode()Get the mode property: 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 UpgradeModeReturns the enum constant of this type with the specified name.static UpgradeMode[]UpgradeMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.compute.models with parameters of type UpgradeModeModifier and TypeMethodDescriptionUpgradePolicy.withMode(UpgradeMode mode) Set the mode property: 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.