Delen via


KubernetesClusterPatchProperties Class

Definition

KubernetesClusterPatchProperties represents the properties of the Kubernetes cluster that can be patched.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KubernetesClusterPatchPropertiesTypeConverter))]
public class KubernetesClusterPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KubernetesClusterPatchPropertiesTypeConverter))>]
type KubernetesClusterPatchProperties = class
    interface IKubernetesClusterPatchProperties
    interface IJsonSerializable
Public Class KubernetesClusterPatchProperties
Implements IKubernetesClusterPatchProperties
Inheritance
KubernetesClusterPatchProperties
Attributes
Implements

Constructors

KubernetesClusterPatchProperties()

Creates an new KubernetesClusterPatchProperties 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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KubernetesClusterPatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KubernetesClusterPatchProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterPatchProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KubernetesClusterPatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to