AzureSkuTier Class

public final class AzureSkuTier
extends ExpandableStringEnum<AzureSkuTier>

SKU tier.

Field Summary

Modifier and Type Field and Description
static final AzureSkuTier BASIC

Static value Basic for AzureSkuTier.

static final AzureSkuTier STANDARD

Static value Standard for AzureSkuTier.

Constructor Summary

Constructor Description
AzureSkuTier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AzureSkuTier value.

Method Summary

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

Creates or finds a AzureSkuTier from its string representation.

static Collection<AzureSkuTier> values()

Gets known AzureSkuTier values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BASIC

public static final AzureSkuTier BASIC

Static value Basic for AzureSkuTier.

STANDARD

public static final AzureSkuTier STANDARD

Static value Standard for AzureSkuTier.

Constructor Details

AzureSkuTier

@Deprecated
public AzureSkuTier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AzureSkuTier value.

Method Details

fromString

public static AzureSkuTier fromString(String name)

Creates or finds a AzureSkuTier from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AzureSkuTier.

values

public static Collection values()

Gets known AzureSkuTier values.

Returns:

known AzureSkuTier values.

Applies to