共用方式為


SshSettings.PublicKeys Property

Definition

Optional. Specifies the collection of SSH public keys.

public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.SshSettingPublicKey> PublicKeys { get; set; }
member this.PublicKeys : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.SshSettingPublicKey> with get, set
Public Property PublicKeys As IList(Of SshSettingPublicKey)

Property Value

Applies to