Sdílet prostřednictvím


SshProfile Constructors

Definition

Overloads

SshProfile()

Initializes a new instance of the SshProfile class.

SshProfile(IList<SshPublicKey>)

Initializes a new instance of the SshProfile class.

SshProfile()

Initializes a new instance of the SshProfile class.

public SshProfile ();
Public Sub New ()

Applies to

SshProfile(IList<SshPublicKey>)

Initializes a new instance of the SshProfile class.

public SshProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.SshPublicKey> publicKeys = default);
new Microsoft.Azure.Management.HDInsight.Models.SshProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.SshPublicKey> -> Microsoft.Azure.Management.HDInsight.Models.SshProfile
Public Sub New (Optional publicKeys As IList(Of SshPublicKey) = Nothing)

Parameters

publicKeys
IList<SshPublicKey>

The list of SSH public keys.

Applies to