Class ManagedClusterSkuName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManagedClusterSkuName>
com.azure.resourcemanager.containerservice.models.ManagedClusterSkuName
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ManagedClusterSkuName
extends com.azure.core.util.ExpandableStringEnum<ManagedClusterSkuName>
The name of a managed cluster SKU.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ManagedClusterSkuNameAutomatic clusters are optimized to run most production workloads with configuration that follows AKS best practices and recommendations for cluster and workload setup, scalability, and security.static final ManagedClusterSkuNameBase option for the AKS control plane. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ManagedClusterSkuNamefromString(String name) Creates or finds a ManagedClusterSkuName from its string representation.static Collection<ManagedClusterSkuName> values()Gets known ManagedClusterSkuName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
BASE
Base option for the AKS control plane. -
AUTOMATIC
Automatic clusters are optimized to run most production workloads with configuration that follows AKS best practices and recommendations for cluster and workload setup, scalability, and security. For more details about Automatic clusters see aka.ms/aks/automatic.
-
-
Constructor Details
-
ManagedClusterSkuName
Deprecated.Use thefromString(String)factory method.Creates a new instance of ManagedClusterSkuName value.
-
-
Method Details
-
fromString
Creates or finds a ManagedClusterSkuName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ManagedClusterSkuName.
-
values
Gets known ManagedClusterSkuName values.- Returns:
- known ManagedClusterSkuName values.
-
fromString(String)factory method.