ArmNetworkCloudModelFactory.ControlPlaneNodePatchConfiguration Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.ControlPlaneNodePatchConfiguration ControlPlaneNodePatchConfiguration(System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudSshPublicKey> administratorSshPublicKeys = default, long? count = default);
static member ControlPlaneNodePatchConfiguration : seq<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudSshPublicKey> * Nullable<int64> -> Azure.ResourceManager.NetworkCloud.Models.ControlPlaneNodePatchConfiguration
Public Shared Function ControlPlaneNodePatchConfiguration (Optional administratorSshPublicKeys As IEnumerable(Of NetworkCloudSshPublicKey) = Nothing, Optional count As Nullable(Of Long) = Nothing) As ControlPlaneNodePatchConfiguration

Parameters

administratorSshPublicKeys
IEnumerable<NetworkCloudSshPublicKey>

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

count
Nullable<Int64>

The number of virtual machines that use this configuration.

Returns

A new ControlPlaneNodePatchConfiguration instance for mocking.

Applies to