AllocationState Enum

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

public enum AllocationState
extends Enum<AllocationState>

Defines values for AllocationState.

Fields

RESIZING

The Pool is resizing; that is, Compute Nodes are being added to or removed from the Pool.

STEADY

The Pool is not resizing.

STOPPING

The Pool was resizing, but the user has requested that the resize be stopped, but the stop request has not yet been completed.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static AllocationState fromString(String value)

Parses a serialized value to a AllocationState instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static AllocationState valueOf(String name)

Parameters

name
String

Returns

values()

public static AllocationState[] values()

Returns

Applies to