你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SshPublicKeyGenerateKeyPairResult 类

定义

生成 SSH 密钥对的响应。

public class SshPublicKeyGenerateKeyPairResult
type SshPublicKeyGenerateKeyPairResult = class
Public Class SshPublicKeyGenerateKeyPairResult
继承
SshPublicKeyGenerateKeyPairResult

构造函数

SshPublicKeyGenerateKeyPairResult()

初始化 SshPublicKeyGenerateKeyPairResult 类的新实例。

SshPublicKeyGenerateKeyPairResult(String, String, String)

初始化 SshPublicKeyGenerateKeyPairResult 类的新实例。

属性

Id

获取或设置 /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName} 形式的 ARM 资源 ID

PrivateKey

获取或设置用于通过 ssh 向虚拟机进行身份验证的密钥对的私钥部分。 私钥以 RFC3447 格式返回,应被视为机密。

PublicKey

获取或设置用于通过 ssh 向虚拟机进行身份验证的密钥对的公钥部分。 公钥采用 ssh-rsa 格式。

方法

Validate()

验证 对象。

适用于