public enum DataLakeAnalyticsAccountState extends Enum<DataLakeAnalyticsAccountState>
| Enum Constant and Description |
|---|
ACTIVE
Enum value Active.
|
SUSPENDED
Enum value Suspended.
|
| Modifier and Type | Method and Description |
|---|---|
static DataLakeAnalyticsAccountState |
fromString(String value)
Parses a serialized value to a DataLakeAnalyticsAccountState instance.
|
String |
toString() |
static DataLakeAnalyticsAccountState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataLakeAnalyticsAccountState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataLakeAnalyticsAccountState ACTIVE
public static final DataLakeAnalyticsAccountState SUSPENDED
public static DataLakeAnalyticsAccountState[] values()
for (DataLakeAnalyticsAccountState c : DataLakeAnalyticsAccountState.values()) System.out.println(c);
public static DataLakeAnalyticsAccountState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DataLakeAnalyticsAccountState fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<DataLakeAnalyticsAccountState>Copyright © 2019. All rights reserved.