ManagedClusterSkuName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. ManagedClusterSkuName
- com.
- com.
public final class ManagedClusterSkuName
extends ExpandableStringEnum<ManagedClusterSkuName>
The name of a managed cluster SKU.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Managed |
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. |
|
static final
Managed |
BASE
Base option for the AKS control plane. |
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedClusterSkuName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromString(String name)
Creates or finds a Managed |
|
static
Collection<Managed |
values()
Gets known Managed |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AUTOMATIC
public static final ManagedClusterSkuName 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.
BASE
public static final ManagedClusterSkuName BASE
Base option for the AKS control plane.
Constructor Details
ManagedClusterSkuName
@Deprecated
public ManagedClusterSkuName()
Deprecated
Creates a new instance of ManagedClusterSkuName value.
Method Details
fromString
public static ManagedClusterSkuName fromString(String name)
Creates or finds a ManagedClusterSkuName from its string representation.
Parameters:
Returns:
values
public static Collection<ManagedClusterSkuName> values()
Gets known ManagedClusterSkuName values.
Returns: