Udostępnij za pośrednictwem


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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to