Compartir a través de


SshConfiguration.PublicKeys Propiedad

Definición

Obtiene o establece la lista de claves públicas SSH que se usan para autenticarse con máquinas virtuales basadas en Linux.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a