Share via


SshConfiguration.PublicKeys Property

Definition

Gets or sets the list of SSH public keys used to authenticate with linux based VMs.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to