PoolProvisioningState Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.batch.models.PoolProvisioningState

public enum PoolProvisioningState
extends Enum<PoolProvisioningState>

The current state of the pool.

Fields

DELETING

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

SUCCEEDED

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

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static PoolProvisioningState fromString(String value)

Parses a serialized value to a PoolProvisioningState instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static PoolProvisioningState valueOf(String name)

Parameters

name
String

Returns

values()

public static PoolProvisioningState[] values()

Returns

Applies to