SshPublicKeyGenerateKeyPairResultInner Class

Definition

Response from generation of an SSH key pair.

public class SshPublicKeyGenerateKeyPairResultInner
type SshPublicKeyGenerateKeyPairResultInner = class
Public Class SshPublicKeyGenerateKeyPairResultInner
Inheritance
SshPublicKeyGenerateKeyPairResultInner

Constructors

SshPublicKeyGenerateKeyPairResultInner()

Initializes a new instance of the SshPublicKeyGenerateKeyPairResultInner class.

SshPublicKeyGenerateKeyPairResultInner(String, String, String)

Initializes a new instance of the SshPublicKeyGenerateKeyPairResultInner class.

Properties

Id

Gets or sets the ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName}

PrivateKey

Gets or sets private key portion of the key pair used to authenticate to a virtual machine through ssh. The private key is returned in RFC3447 format and should be treated as a secret.

PublicKey

Gets or sets public key portion of the key pair used to authenticate to a virtual machine through ssh. The public key is in ssh-rsa format.

Methods

Validate()

Validate the object.

Applies to