ArmNetworkCloudModelFactory.ControlPlaneNodePatchConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Returns
A new ControlPlaneNodePatchConfiguration instance for mocking.