ContainerServiceManagedClusterData.ScalingSize Property

Definition

The scaling size of the control plane. Scaling sizes offer guaranteed capacity and predictable Kubernetes performance beyond standard tier defaults. Higher H sizes provide increased performance guarantees. See https://aka.ms/aks/hyperscale for performance metrics details for each size.

public Azure.ResourceManager.ContainerService.Models.ManagedClusterControlPlaneScalingSize? ScalingSize { get; set; }
member this.ScalingSize : Nullable<Azure.ResourceManager.ContainerService.Models.ManagedClusterControlPlaneScalingSize> with get, set
Public Property ScalingSize As Nullable(Of ManagedClusterControlPlaneScalingSize)

Property Value

Applies to