StorageAccountStatus Class

public final class StorageAccountStatus
extends ExpandableStringEnum<StorageAccountStatus>

Current status of the storage account.

Field Summary

Modifier and Type Field and Description
static final StorageAccountStatus NEEDS_ATTENTION

Static value NeedsAttention for StorageAccountStatus.

static final StorageAccountStatus OFFLINE

Static value Offline for StorageAccountStatus.

static final StorageAccountStatus OK

Static value OK for StorageAccountStatus.

static final StorageAccountStatus UNKNOWN

Static value Unknown for StorageAccountStatus.

static final StorageAccountStatus UPDATING

Static value Updating for StorageAccountStatus.

Constructor Summary

Constructor Description
StorageAccountStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StorageAccountStatus value.

Method Summary

Modifier and Type Method and Description
static StorageAccountStatus fromString(String name)

Creates or finds a StorageAccountStatus from its string representation.

static Collection<StorageAccountStatus> values()

Gets known StorageAccountStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NEEDS_ATTENTION

public static final StorageAccountStatus NEEDS_ATTENTION

Static value NeedsAttention for StorageAccountStatus.

OFFLINE

public static final StorageAccountStatus OFFLINE

Static value Offline for StorageAccountStatus.

OK

public static final StorageAccountStatus OK

Static value OK for StorageAccountStatus.

UNKNOWN

public static final StorageAccountStatus UNKNOWN

Static value Unknown for StorageAccountStatus.

UPDATING

public static final StorageAccountStatus UPDATING

Static value Updating for StorageAccountStatus.

Constructor Details

StorageAccountStatus

@Deprecated
public StorageAccountStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StorageAccountStatus value.

Method Details

fromString

public static StorageAccountStatus fromString(String name)

Creates or finds a StorageAccountStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding StorageAccountStatus.

values

public static Collection values()

Gets known StorageAccountStatus values.

Returns:

known StorageAccountStatus values.

Applies to