PoolState Enum

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

public enum PoolState

Defines values for PoolState.

Fields

ACTIVE

The pool is available to run tasks subject to the availability of compute nodes.

DELETING

The user has requested that the pool be deleted, but the delete operation has not yet completed.

Methods

fromString(String value)

public static PoolState fromString(String value)

Parses a serialized value to a PoolState instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to