AzureHDInsightSshProfile 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
AzureHDInsightSshProfile() | |
AzureHDInsightSshProfile(SshProfile) | |
AzureHDInsightSshProfile(IList<AzureHDInsightSshPublicKey>) |
AzureHDInsightSshProfile()
public AzureHDInsightSshProfile ();
Public Sub New ()
Applies to
AzureHDInsightSshProfile(SshProfile)
public AzureHDInsightSshProfile (Microsoft.Azure.Management.HDInsight.Models.SshProfile sshProfile);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSshProfile : Microsoft.Azure.Management.HDInsight.Models.SshProfile -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSshProfile
Public Sub New (sshProfile As SshProfile)
Parameters
- sshProfile
- SshProfile
Applies to
AzureHDInsightSshProfile(IList<AzureHDInsightSshPublicKey>)
public AzureHDInsightSshProfile (System.Collections.Generic.IList<Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSshPublicKey> publicKeys);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSshProfile : System.Collections.Generic.IList<Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSshPublicKey> -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSshProfile
Public Sub New (publicKeys As IList(Of AzureHDInsightSshPublicKey))
Parameters
- publicKeys
- IList<AzureHDInsightSshPublicKey>