Compartilhar via


ContainerServiceSshConfiguration.PublicKeys Propriedade

Definição

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

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a