Share via


SshSettings.KeyPairs Property

Definition

Optional. Specifies the collection of SSH key pairs.

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

Property Value

Applies to