ContainerServiceManagedClusterData.ScalingSize Property
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.
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)