ComputeNodeReimageOption Enum

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

public enum ComputeNodeReimageOption
extends Enum<ComputeNodeReimageOption>

Defines values for ComputeNodeReimageOption.

Fields

REQUEUE

Terminate running Task processes and requeue the Tasks.

RETAINED_DATA

Allow currently running Tasks to complete, then wait for all Task data retention periods to expire.

TASK_COMPLETION

Allow currently running Tasks to complete.

TERMINATE

Terminate running Tasks.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static ComputeNodeReimageOption fromString(String value)

Parses a serialized value to a ComputeNodeReimageOption instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static ComputeNodeReimageOption valueOf(String name)

Parameters

name
String

Returns

values()

public static ComputeNodeReimageOption[] values()

Returns

Applies to