DisableJobOption Enum

  • java.lang.Object
    • java.lang.Enum<DisableJobOption>
      • com.microsoft.azure.batch.protocol.models.DisableJobOption

public enum DisableJobOption

Defines values for DisableJobOption.

Fields

REQUEUE

Terminate running tasks and requeue them. The tasks will run again when the job is enabled.

TERMINATE

Terminate running tasks. The tasks will be completed with failureInfo indicating that they were terminated, and will not run again.

WAIT

Allow currently running tasks to complete.

Methods

fromString(String value)

public static DisableJobOption fromString(String value)

Parses a serialized value to a DisableJobOption instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to