ManagedClusterSkuTier Class

public final class ManagedClusterSkuTier
extends ExpandableStringEnum<ManagedClusterSkuTier>

The tier of a managed cluster SKU. If not specified, the default is 'Free'. See [AKS Pricing Tier](https://zcusa.951200.xyz/azure/aks/free-standard-pricing-tiers) for more details.

Field Summary

Modifier and Type Field and Description
static final ManagedClusterSkuTier FREE

Static value Free for ManagedClusterSkuTier.

static final ManagedClusterSkuTier PREMIUM

Static value Premium for ManagedClusterSkuTier.

static final ManagedClusterSkuTier STANDARD

Static value Standard for ManagedClusterSkuTier.

Constructor Summary

Constructor Description
ManagedClusterSkuTier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ManagedClusterSkuTier value.

Method Summary

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

Creates or finds a ManagedClusterSkuTier from its string representation.

static Collection<ManagedClusterSkuTier> values()

Gets known ManagedClusterSkuTier values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FREE

public static final ManagedClusterSkuTier FREE

Static value Free for ManagedClusterSkuTier.

PREMIUM

public static final ManagedClusterSkuTier PREMIUM

Static value Premium for ManagedClusterSkuTier.

STANDARD

public static final ManagedClusterSkuTier STANDARD

Static value Standard for ManagedClusterSkuTier.

Constructor Details

ManagedClusterSkuTier

@Deprecated
public ManagedClusterSkuTier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ManagedClusterSkuTier value.

Method Details

fromString

public static ManagedClusterSkuTier fromString(String name)

Creates or finds a ManagedClusterSkuTier from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ManagedClusterSkuTier.

values

public static Collection values()

Gets known ManagedClusterSkuTier values.

Returns:

known ManagedClusterSkuTier values.

Applies to