ArmComputeModelFactory.SshGenerateKeyPairInputContent Method

Definition

public static Azure.ResourceManager.Compute.Models.SshGenerateKeyPairInputContent SshGenerateKeyPairInputContent(Azure.ResourceManager.Compute.Models.SshEncryptionType? encryptionType = default);
static member SshGenerateKeyPairInputContent : Nullable<Azure.ResourceManager.Compute.Models.SshEncryptionType> -> Azure.ResourceManager.Compute.Models.SshGenerateKeyPairInputContent
Public Shared Function SshGenerateKeyPairInputContent (Optional encryptionType As Nullable(Of SshEncryptionType) = Nothing) As SshGenerateKeyPairInputContent

Parameters

encryptionType
Nullable<SshEncryptionType>

The encryption type of the SSH keys to be generated. See SshEncryptionTypes for possible set of values. If not provided, will default to RSA.

Returns

A new SshGenerateKeyPairInputContent instance for mocking.

Applies to