StorageAccountType Class

public final class StorageAccountType
extends ExpandableStringEnum<StorageAccountType>

Specifies the storage account type to be used to store the image. This property is not updatable.

Field Summary

Modifier and Type Field and Description
static final StorageAccountType PREMIUM_LRS

Static value Premium_LRS for StorageAccountType.

static final StorageAccountType STANDARD_LRS

Static value Standard_LRS for StorageAccountType.

static final StorageAccountType STANDARD_SSD_LRS

Static value StandardSSD_LRS for StorageAccountType.

static final StorageAccountType STANDARD_ZRS

Static value Standard_ZRS for StorageAccountType.

Constructor Summary

Constructor Description
StorageAccountType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StorageAccountType value.

Method Summary

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

Creates or finds a StorageAccountType from its string representation.

static Collection<StorageAccountType> values()

Gets known StorageAccountType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

PREMIUM_LRS

public static final StorageAccountType PREMIUM_LRS

Static value Premium_LRS for StorageAccountType.

STANDARD_LRS

public static final StorageAccountType STANDARD_LRS

Static value Standard_LRS for StorageAccountType.

STANDARD_SSD_LRS

public static final StorageAccountType STANDARD_SSD_LRS

Static value StandardSSD_LRS for StorageAccountType.

STANDARD_ZRS

public static final StorageAccountType STANDARD_ZRS

Static value Standard_ZRS for StorageAccountType.

Constructor Details

StorageAccountType

@Deprecated
public StorageAccountType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StorageAccountType value.

Method Details

fromString

public static StorageAccountType fromString(String name)

Creates or finds a StorageAccountType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding StorageAccountType.

values

public static Collection values()

Gets known StorageAccountType values.

Returns:

known StorageAccountType values.

Applies to