Class ManagedClusterSkuTier
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManagedClusterSkuTier>
com.azure.resourcemanager.containerservice.models.ManagedClusterSkuTier
public final class ManagedClusterSkuTier
extends com.azure.core.util.ExpandableStringEnum<ManagedClusterSkuTier>
The tier of a managed cluster SKU.
If not specified, the default is 'Free'. See [AKS Pricing
Tier](https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers) for more details.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ManagedClusterSkuTierStatic value Free for ManagedClusterSkuTier.static final ManagedClusterSkuTierStatic value Premium for ManagedClusterSkuTier.static final ManagedClusterSkuTierStatic value Standard for ManagedClusterSkuTier. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ManagedClusterSkuTierfromString(String name) Creates or finds a ManagedClusterSkuTier from its string representation.static Collection<ManagedClusterSkuTier>values()Gets known ManagedClusterSkuTier values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PREMIUM
Static value Premium for ManagedClusterSkuTier. -
STANDARD
Static value Standard for ManagedClusterSkuTier. -
FREE
Static value Free for ManagedClusterSkuTier.
-
-
Constructor Details
-
ManagedClusterSkuTier
Deprecated.Use thefromString(String)factory method.Creates a new instance of ManagedClusterSkuTier value.
-
-
Method Details
-
fromString
Creates or finds a ManagedClusterSkuTier from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ManagedClusterSkuTier.
-
values
Gets known ManagedClusterSkuTier values.- Returns:
- known ManagedClusterSkuTier values.
-
fromString(String)factory method.