DataLakeStoreAccountState Enum

  • java.lang.Object
    • java.lang.Enum<DataLakeStoreAccountState>
      • com.microsoft.azure.management.datalake.store.models.DataLakeStoreAccountState

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
the serialized value to parse.

Returns

the parsed DataLakeStoreAccountState object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to