Partager via


KubernetesClusterPatchParameters Class

Definition

KubernetesClusterPatchParameters represents the body of the request to patch the Hybrid AKS cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.KubernetesClusterPatchParametersTypeConverter))]
public class KubernetesClusterPatchParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IKubernetesClusterPatchParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.KubernetesClusterPatchParametersTypeConverter))>]
type KubernetesClusterPatchParameters = class
    interface IKubernetesClusterPatchParameters
    interface IJsonSerializable
Public Class KubernetesClusterPatchParameters
Implements IKubernetesClusterPatchParameters
Inheritance
KubernetesClusterPatchParameters
Attributes
Implements

Constructors

KubernetesClusterPatchParameters()

Creates an new KubernetesClusterPatchParameters instance.

Properties

ControlPlaneNodeConfigurationCount

The number of virtual machines that use this configuration.

KubernetesVersion

The Kubernetes version for this cluster. Accepts n.n, n.n.n, and n.n.n-n format. The interpreted version used will be resolved into this field after creation or update.

Tag

The Azure resource tags that will replace the existing ones.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KubernetesClusterPatchParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KubernetesClusterPatchParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IKubernetesClusterPatchParameters.

FromJsonString(String)

Creates a new instance of KubernetesClusterPatchParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of KubernetesClusterPatchParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to