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

SshPublicKey.KeyData 属性

定义

获取或设置用于通过 ssh 向 VM 进行身份验证的 SSH 公钥证书。 密钥需要至少为 2048 位且采用 ssh-rsa 格式。 有关创建 SSH 密钥,请参阅 [在 Linux 和 Mac 上为 Azure 中的 Linux VM 创建 SSH 密钥]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).

[Newtonsoft.Json.JsonProperty(PropertyName="keyData")]
public string KeyData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyData")>]
member this.KeyData : string with get, set
Public Property KeyData As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于