ArmHDInsightModelFactory.HDInsightSshPublicKey(String) Method
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.
public static Azure.ResourceManager.HDInsight.Models.HDInsightSshPublicKey HDInsightSshPublicKey(string certificateData = default);
static member HDInsightSshPublicKey : string -> Azure.ResourceManager.HDInsight.Models.HDInsightSshPublicKey
Public Shared Function HDInsightSshPublicKey (Optional certificateData As String = Nothing) As HDInsightSshPublicKey
Parameters
- certificateData
- String
The certificate for SSH.
Returns
A new HDInsightSshPublicKey instance for mocking.