Package com.azure.compute.batch.models
Class BatchPoolState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BatchPoolState>
com.azure.compute.batch.models.BatchPoolState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
BatchPoolState enums.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BatchPoolState
The Pool is available to run Tasks subject to the availability of Compute Nodes.static final BatchPoolState
The user has requested that the Pool be deleted, but the delete operation has not yet completed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BatchPoolState
fromString
(String name) Creates or finds a BatchPoolState from its string representation.static Collection
<BatchPoolState> values()
Gets known BatchPoolState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
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.
-
-
Constructor Details
-
BatchPoolState
Deprecated.Use thefromString(String)
factory method.Creates a new instance of BatchPoolState value.
-
-
Method Details
-
fromString
Creates or finds a BatchPoolState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding BatchPoolState.
-
values
Gets known BatchPoolState values.- Returns:
- known BatchPoolState values.
-
fromString(String)
factory method.