DataLakeStoreAccountStatus Enum
- java.
lang. Object - java.
lang. Enum<DataLakeStoreAccountStatus> - com.
microsoft. azure. management. datalake. store. models. DataLakeStoreAccountStatus
- com.
- java.
public enum DataLakeStoreAccountStatus
Defines values for DataLakeStoreAccountStatus.
Fields
CREATING |
Enum value Creating. |
DELETED |
Enum value Deleted. |
DELETING |
Enum value Deleting. |
FAILED |
Enum value Failed. |
PATCHING |
Enum value Patching. |
RESUMING |
Enum value Resuming. |
RUNNING |
Enum value Running. |
SUCCEEDED |
Enum value Succeeded. |
SUSPENDING |
Enum value Suspending. |
Methods
fromString(String value)
public static DataLakeStoreAccountStatus fromString(String value)
Parses a serialized value to a DataLakeStoreAccountStatus instance.
Parameters
- value
- String
Returns
the parsed DataLakeStoreAccountStatus 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