Share via


AzureHDInsightSshProfile Constructors

Definition

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

Applies to