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 UpgradeMode
UpgradeMode.AUTOMATIC
TAll virtual machines in the scale set are automatically updated at the same time.static final UpgradeMode
UpgradeMode.MANUAL
You control the application of updates to virtual machines in the scale set.static final UpgradeMode
UpgradeMode.ROLLING
The 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 UpgradeMode
UpgradeMode.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.