UpgradeMode Enum

  • java.lang.Object
    • java.lang.Enum
      • com.microsoft.azure.batch.protocol.models.UpgradeMode

public enum UpgradeMode
extends Enum<UpgradeMode>

Defines values for UpgradeMode.

Fields

AUTOMATIC

All virtual machines in the scale set are automatically updated at the same time.

MANUAL

You control the application of updates to virtual machines in the scale set.

ROLLING

The existing instances in a scale set are brought down in batches to be upgraded.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static UpgradeMode fromString(String value)

Parses a serialized value to a UpgradeMode instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed UpgradeMode object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static UpgradeMode valueOf(String name)

Parameters

name
String

Returns

values()

public static UpgradeMode[] values()

Returns

Applies to