次の方法で共有


SshProfile.PublicKeys プロパティ

定義

SSH 公開キーの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="publicKeys")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.SshPublicKey> PublicKeys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="publicKeys")>]
member this.PublicKeys : System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.SshPublicKey> with get, set
Public Property PublicKeys As IList(Of SshPublicKey)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象