次の方法で共有


ContainerServiceSshConfiguration.PublicKeys プロパティ

定義

Linux ベースの VM で認証するために使用される SSH 公開キーの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象