ArmComputeModelFactory.SshGenerateKeyPairInputContent 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.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.