ArmNetworkCloudModelFactory.NetworkCloudKubernetesClusterPatch Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.NetworkCloudKubernetesClusterPatch NetworkCloudKubernetesClusterPatch(Azure.ResourceManager.NetworkCloud.Models.ControlPlaneNodePatchConfiguration controlPlaneNodeConfiguration = default, string kubernetesVersion = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudSshPublicKey> administratorSshPublicKeys = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member NetworkCloudKubernetesClusterPatch : Azure.ResourceManager.NetworkCloud.Models.ControlPlaneNodePatchConfiguration * string * seq<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudSshPublicKey> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudKubernetesClusterPatch
Public Shared Function NetworkCloudKubernetesClusterPatch (Optional controlPlaneNodeConfiguration As ControlPlaneNodePatchConfiguration = Nothing, Optional kubernetesVersion As String = Nothing, Optional administratorSshPublicKeys As IEnumerable(Of NetworkCloudSshPublicKey) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As NetworkCloudKubernetesClusterPatch

Parameters

controlPlaneNodeConfiguration
ControlPlaneNodePatchConfiguration

The defining characteristics of the control plane that can be patched for this Kubernetes cluster.

kubernetesVersion
String

The Kubernetes version for this cluster.

administratorSshPublicKeys
IEnumerable<NetworkCloudSshPublicKey>

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

tags
IDictionary<String,String>

Resource tags.

Returns

A new NetworkCloudKubernetesClusterPatch instance for mocking.

Applies to