SshConfiguration.PublicKeys Propriedade

Definição

Obtém ou define a lista de chaves públicas SSH usadas para autenticar com VMs baseadas em Linux.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a