SchedulingState Enum

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

public enum SchedulingState

Defines values for SchedulingState.

Fields

DISABLED

No new tasks will be scheduled on the node. Tasks already running on the node may still run to completion. All nodes start with scheduling enabled.

ENABLED

Tasks can be scheduled on the node.

Methods

fromString(String value)

public static SchedulingState fromString(String value)

Parses a serialized value to a SchedulingState instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to