ManagedClusterControlPlaneScalingSize 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.
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 readonly struct ManagedClusterControlPlaneScalingSize : IEquatable<Azure.ResourceManager.ContainerService.Models.ManagedClusterControlPlaneScalingSize>
type ManagedClusterControlPlaneScalingSize = struct
Public Structure ManagedClusterControlPlaneScalingSize
Implements IEquatable(Of ManagedClusterControlPlaneScalingSize)
- Inheritance
-
ManagedClusterControlPlaneScalingSize
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterControlPlaneScalingSize(String) |
Initializes a new instance of ManagedClusterControlPlaneScalingSize. |
Properties
| Name | Description |
|---|---|
| H2 |
H2 is the smallest scaling size with guaranteed capacity and predictable performance beyond standard tier defaults. |
| H4 |
H4 scaling size provides increased guaranteed performance over H2. |
| H8 |
H8 scaling size provides increased guaranteed performance over H4. |
Methods
| Name | Description |
|---|---|
| Equals(ManagedClusterControlPlaneScalingSize) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ManagedClusterControlPlaneScalingSize, ManagedClusterControlPlaneScalingSize) |
Determines if two ManagedClusterControlPlaneScalingSize values are the same. |
| Implicit(String to ManagedClusterControlPlaneScalingSize) |
Converts a string to a ManagedClusterControlPlaneScalingSize. |
| Implicit(String to Nullable<ManagedClusterControlPlaneScalingSize>) | |
| Inequality(ManagedClusterControlPlaneScalingSize, ManagedClusterControlPlaneScalingSize) |
Determines if two ManagedClusterControlPlaneScalingSize values are not the same. |