ProvisioningState Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. batch. models. ProvisioningState
- com.
- java.
public enum ProvisioningState
extends Enum<ProvisioningState>
The provisioned state of the resource.
Fields
| CANCELLED |
The last operation for the account is cancelled. |
| CREATING |
The account is being created. |
| DELETING |
The account is being deleted. |
| FAILED |
The last operation for the account is failed. |
| INVALID |
The account is in an invalid state. |
| SUCCEEDED |
The account has been created and is ready for use. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static ProvisioningState fromString(String value)
Parses a serialized value to a ProvisioningState instance.
Parameters
- value
- String