次の方法で共有


SshPublicKey.KeyData プロパティ

定義

ssh を使用して VM で認証するために使用される SSH 公開キー証明書を取得または設定します。 キーは、少なくとも 2048 ビットで、ssh-rsa 形式である必要があります。 SSH キーの作成については、「Azure の Linux VM 用 Linux および Mac で 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

適用対象