Uses of Class
com.azure.compute.batch.models.UpgradeMode
Packages that use UpgradeMode
-
Uses of UpgradeMode in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as UpgradeModeModifier and TypeFieldDescriptionstatic final UpgradeModeUpgradeMode.AUTOMATICTAll virtual machines in the scale set are automatically updated at the same time.static final UpgradeModeUpgradeMode.MANUALYou control the application of updates to virtual machines in the scale set.static final UpgradeModeUpgradeMode.ROLLINGThe existing instances in a scale set are brought down in batches to be upgraded.Methods in com.azure.compute.batch.models that return UpgradeModeModifier and TypeMethodDescriptionstatic UpgradeModeUpgradeMode.fromString(String name) Creates or finds a UpgradeMode from its string representation.UpgradePolicy.getMode()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.Methods in com.azure.compute.batch.models that return types with arguments of type UpgradeModeModifier and TypeMethodDescriptionstatic Collection<UpgradeMode> UpgradeMode.values()Gets known UpgradeMode values.Constructors in com.azure.compute.batch.models with parameters of type UpgradeModeModifierConstructorDescriptionUpgradePolicy(UpgradeMode mode) Creates an instance of UpgradePolicy class.