Compartir a través de


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.Api20240701.KubernetesClusterPatchParametersTypeConverter))]
public class KubernetesClusterPatchParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterPatchParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.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

ControlPlaneNodeConfigurationAdministratorConfigurationSshPublicKey

SshPublicKey represents the public key used to authenticate with a resource through SSH.

ControlPlaneNodeConfigurationCount

The number of virtual machines that use this configuration.

KubernetesVersion

The Kubernetes version for this cluster.

SshPublicKey

SshPublicKey represents the public key used to authenticate with a resource through SSH.

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.Api20240701.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