次の方法で共有


OnTaskFailure Enum

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

public enum OnTaskFailure
extends Enum<OnTaskFailure>

Defines values for OnTaskFailure.

Fields

NO_ACTION

Do nothing.

PERFORM_EXIT_OPTIONS_JOB_ACTION

Take the action associated with the Task exit condition in the Task's exitConditions collection.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static OnTaskFailure fromString(String value)

Parses a serialized value to a OnTaskFailure instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static OnTaskFailure valueOf(String name)

Parameters

name
String

Returns

values()

public static OnTaskFailure[] values()

Returns

Applies to