ManagedClusterSkuTier Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. ManagedClusterSkuTier
- com.
- com.
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
Managed |
FREE
Static value Free for Managed |
static final
Managed |
PREMIUM
Static value Premium for Managed |
static final
Managed |
STANDARD
Static value Standard for Managed |
Constructor Summary
Constructor | Description |
---|---|
ManagedClusterSkuTier() |
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
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
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:
Returns:
values
public static Collection
Gets known ManagedClusterSkuTier values.
Returns:
Applies to
Azure SDK for Java