AzureHDInsightSshPublicKey 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
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