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
Subclasses with type arguments of type UpgradeMode in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionenumSpecifies 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.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()Gets the upgrade model, null for scale set withOrchestrationMode.FLEXIBLE.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.