ProvisioningState Enum
- java.
lang. Object - java.
lang. Enum<ProvisioningState> - com.
microsoft. azure. management. batch. ProvisioningState
- com.
- java.
public enum ProvisioningState
Defines values for ProvisioningState.
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
fromString(String value)
public static ProvisioningState fromString(String value)
Parses a serialized value to a ProvisioningState instance.
Parameters
- value
- String
Returns
the parsed ProvisioningState object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java