Uses of Class
com.azure.resourcemanager.compute.models.UpgradeMode
-
Packages that use UpgradeMode Package Description com.azure.resourcemanager.compute.models 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 UpgradeMode Modifier and Type Method Description static UpgradeModeUpgradeMode. fromString(String value)Parses a serialized value to a UpgradeMode instance.UpgradeModeUpgradePolicy. 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.UpgradeModeVirtualMachineScaleSet. upgradeModel()static UpgradeModeUpgradeMode. valueOf(String name)Returns 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 UpgradeMode Modifier and Type Method Description UpgradePolicyUpgradePolicy. 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.WithCreateVirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy. withUpgradeMode(UpgradeMode upgradeMode)Specifies the virtual machine scale set upgrade policy mode.
-