LocalUser.SshAuthorizedKeys プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象