SshSettings.KeyPairs Property

 

Gets or sets a collection of SshSettingKeyPair 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 Property KeyPairs As IList(Of SshSettingKeyPair)

Property Value

Type: System.Collections.Generic.IList(Of SshSettingKeyPair)

A collection of SshSettingKeyPair objects.

Return to top
Show: