次の方法で共有


SshPublicKeyGenerateKeyPairResult.PublicKey プロパティ

定義

ssh を使用して仮想マシンに対する認証に使用されるキー ペアの公開キー部分を取得または設定します。 公開キーは ssh-rsa 形式です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象