ManagedClusterSkuTier Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If not specified, the default is 'Free'. See AKS Pricing Tier for more details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuTierTypeConverter))]
public struct ManagedClusterSkuTier : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuTier>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuTierTypeConverter))>]
type ManagedClusterSkuTier = struct
interface IArgumentCompleter
Public Structure ManagedClusterSkuTier
Implements IArgumentCompleter, IEquatable(Of ManagedClusterSkuTier)
- Inheritance
-
ManagedClusterSkuTier
- Attributes
- Implements
Fields
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. |
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. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ManagedClusterSkuTier) |
Compares values of enum type ManagedClusterSkuTier |
Equals(Object) |
Compares values of enum type ManagedClusterSkuTier (override for Object) |
GetHashCode() |
Returns hashCode for enum ManagedClusterSkuTier |
ToString() |
Returns string representation for ManagedClusterSkuTier |
Operators
Equality(ManagedClusterSkuTier, ManagedClusterSkuTier) |
Overriding == operator for enum ManagedClusterSkuTier |
Implicit(ManagedClusterSkuTier to String) |
Implicit operator to convert ManagedClusterSkuTier to string |
Implicit(String to ManagedClusterSkuTier) |
Implicit operator to convert string to ManagedClusterSkuTier |
Inequality(ManagedClusterSkuTier, ManagedClusterSkuTier) |
Overriding != operator for enum ManagedClusterSkuTier |