SshProfile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.