SshPublicKeyGenerateKeyPairResult Class
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.
Response from generation of an SSH key pair.
public class SshPublicKeyGenerateKeyPairResult
type SshPublicKeyGenerateKeyPairResult = class
Public Class SshPublicKeyGenerateKeyPairResult
- Inheritance
-
SshPublicKeyGenerateKeyPairResult
Constructors
SshPublicKeyGenerateKeyPairResult() |
Initializes a new instance of the SshPublicKeyGenerateKeyPairResult class. |
SshPublicKeyGenerateKeyPairResult(String, String, String) |
Initializes a new instance of the SshPublicKeyGenerateKeyPairResult 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
Azure SDK for .NET