SshSettings.PublicKeys Property

 

Gets or sets a collection of SshSettingPublicKey objects that define the SSH public keys.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public IList<SshSettingPublicKey> PublicKeys { get; set; }

Property Value

Type: System.Collections.Generic.IList<SshSettingPublicKey>

A collection of SshSettingPublicKey objects.

Return to top
Show: