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)

Syntax

public IList<SshSettingPublicKey> PublicKeys { get; set; }
public:
property IList<SshSettingPublicKey^>^ PublicKeys {
    IList<SshSettingPublicKey^>^ get();
    void set(IList<SshSettingPublicKey^>^ value);
}
member PublicKeys : IList<SshSettingPublicKey> with get, set
Public Property PublicKeys As IList(Of SshSettingPublicKey)

Property Value

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

A collection of SshSettingPublicKey objects.

See Also

SshSettings Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top