StorageSku Class

public final class StorageSku
extends ExpandableStringEnum<StorageSku>

StorageSKU Sku of the storage associated with the resource.

Field Summary

Modifier and Type Field and Description
static final StorageSku BASIC

Static value basic for StorageSku.

static final StorageSku STANDARD

Static value standard for StorageSku.

Constructor Summary

Constructor Description
StorageSku()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StorageSku value.

Method Summary

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

Creates or finds a StorageSku from its string representation.

static Collection<StorageSku> values()

Gets known StorageSku values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BASIC

public static final StorageSku BASIC

Static value basic for StorageSku.

STANDARD

public static final StorageSku STANDARD

Static value standard for StorageSku.

Constructor Details

StorageSku

@Deprecated
public StorageSku()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StorageSku value.

Method Details

fromString

public static StorageSku fromString(String name)

Creates or finds a StorageSku from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding StorageSku.

values

public static Collection<StorageSku> values()

Gets known StorageSku values.

Returns:

known StorageSku values.

Applies to