Sdílet prostřednictvím


AzureHDInsightSshPublicKey Constructors

Definition

Overloads

AzureHDInsightSshPublicKey()
AzureHDInsightSshPublicKey(SshPublicKey)
AzureHDInsightSshPublicKey(String)

AzureHDInsightSshPublicKey()

public AzureHDInsightSshPublicKey ();
Public Sub New ()

Applies to

AzureHDInsightSshPublicKey(SshPublicKey)

public AzureHDInsightSshPublicKey (Microsoft.Azure.Management.HDInsight.Models.SshPublicKey sshPublicKey);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSshPublicKey : Microsoft.Azure.Management.HDInsight.Models.SshPublicKey -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSshPublicKey
Public Sub New (sshPublicKey As SshPublicKey)

Parameters

sshPublicKey
SshPublicKey

Applies to

AzureHDInsightSshPublicKey(String)

public AzureHDInsightSshPublicKey (string certificateData = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSshPublicKey : string -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSshPublicKey
Public Sub New (Optional certificateData As String = Nothing)

Parameters

certificateData
String

Applies to