Class ManagedClusterSkuTier
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManagedClusterSkuTier>
com.azure.resourcemanager.containerservice.models.ManagedClusterSkuTier
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
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 ManagedClusterSkuTierThe cluster management is free, but charged for VM, storage, and networking usage.static final ManagedClusterSkuTierCluster has premium capabilities in addition to all of the capabilities included in 'Standard'.static final ManagedClusterSkuTierRecommended for mission-critical and production workloads. -
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, getValue, hashCode, toString, values
-
Field Details
-
PREMIUM
Cluster has premium capabilities in addition to all of the capabilities included in 'Standard'. Premium enables selection of LongTermSupport (aka.ms/aks/lts) for certain Kubernetes versions. -
STANDARD
Recommended for mission-critical and production workloads. Includes Kubernetes control plane autoscaling, workload-intensive testing, and up to 5,000 nodes per cluster. Guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use Availability Zones and 99.9% of availability for clusters that don't use Availability Zones. -
FREE
The cluster management is free, but charged for VM, storage, and networking usage. Best for experimenting, learning, simple testing, or workloads with fewer than 10 nodes. Not recommended for production use cases.
-
-
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.