ManagedClusterControlPlaneScalingProfile Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.models.ManagedClusterControlPlaneScalingProfile

Implements

public final class ManagedClusterControlPlaneScalingProfile
implements JsonSerializable<ManagedClusterControlPlaneScalingProfile>

Profile for providing scaled and performance guaranteed control plane capacity to deliver consistent performance under high workload. Requires Kubernetes version 1.33.0 or later.

Constructor Summary

Constructor Description
ManagedClusterControlPlaneScalingProfile()

Creates an instance of ManagedClusterControlPlaneScalingProfile class.

Method Summary

Modifier and Type Method and Description
static ManagedClusterControlPlaneScalingProfile fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterControlPlaneScalingProfile from the JsonReader.

ControlPlaneScalingSize scalingSize()

Get the scalingSize property: The scaling size of the control plane.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ManagedClusterControlPlaneScalingProfile withScalingSize(ControlPlaneScalingSize scalingSize)

Set the scalingSize property: The scaling size of the control plane.

Methods inherited from java.lang.Object

Constructor Details

ManagedClusterControlPlaneScalingProfile

public ManagedClusterControlPlaneScalingProfile()

Creates an instance of ManagedClusterControlPlaneScalingProfile class.

Method Details

fromJson

public static ManagedClusterControlPlaneScalingProfile fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterControlPlaneScalingProfile from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedClusterControlPlaneScalingProfile if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

scalingSize

public ControlPlaneScalingSize scalingSize()

Get the scalingSize property: 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.

Returns:

the scalingSize value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withScalingSize

public ManagedClusterControlPlaneScalingProfile withScalingSize(ControlPlaneScalingSize scalingSize)

Set the scalingSize property: 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.

Parameters:

scalingSize - the scalingSize value to set.

Returns:

the ManagedClusterControlPlaneScalingProfile object itself.

Applies to