PoolProvisioningState Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. batch. models. PoolProvisioningState
- com.
- java.
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