BatchPoolState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. compute. batch. models. BatchPoolState
- com.
- com.
public final class BatchPoolState
extends ExpandableStringEnum<BatchPoolState>
BatchPoolState enums.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Batch |
ACTIVE
The Pool is available to run Tasks subject to the availability of Compute Nodes. |
|
static final
Batch |
DELETING
The user has requested that the Pool be deleted, but the delete operation has not yet completed. |
Constructor Summary
| Constructor | Description |
|---|---|
| BatchPoolState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromString(String name)
Creates or finds a Batch |
|
static
Collection<Batch |
values()
Gets known Batch |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACTIVE
public static final BatchPoolState ACTIVE
The Pool is available to run Tasks subject to the availability of Compute Nodes.
DELETING
public static final BatchPoolState DELETING
The user has requested that the Pool be deleted, but the delete operation has not yet completed.
Constructor Details
BatchPoolState
@Deprecated
public BatchPoolState()
Deprecated
Creates a new instance of BatchPoolState value.
Method Details
fromString
public static BatchPoolState fromString(String name)
Creates or finds a BatchPoolState from its string representation.
Parameters:
Returns:
values
public static Collection<BatchPoolState> values()
Gets known BatchPoolState values.
Returns: