DataLakeStoreAccountState Enum
- java.
lang. Object - java.
lang. Enum<DataLakeStoreAccountState> - com.
microsoft. azure. management. datalake. store. models. DataLakeStoreAccountState
- com.
- java.
public enum DataLakeStoreAccountState
Defines values for DataLakeStoreAccountState.
Fields
ACTIVE |
Enum value Active. |
SUSPENDED |
Enum value Suspended. |
Methods
fromString(String value)
public static DataLakeStoreAccountState fromString(String value)
Parses a serialized value to a DataLakeStoreAccountState instance.
Parameters
- value
- String
Returns
the parsed DataLakeStoreAccountState 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