次の方法で共有


SshConfiguration.PublicKeys プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象