ArmHDInsightModelFactory.HDInsightClusterUpdateIdentityCertificateContent 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.HDInsightClusterUpdateIdentityCertificateContent HDInsightClusterUpdateIdentityCertificateContent(string applicationId = default, string certificate = default, string certificatePassword = default);
static member HDInsightClusterUpdateIdentityCertificateContent : string * string * string -> Azure.ResourceManager.HDInsight.Models.HDInsightClusterUpdateIdentityCertificateContent
Public Shared Function HDInsightClusterUpdateIdentityCertificateContent (Optional applicationId As String = Nothing, Optional certificate As String = Nothing, Optional certificatePassword As String = Nothing) As HDInsightClusterUpdateIdentityCertificateContent
Parameters
- applicationId
- String
The application id.
- certificate
- String
The certificate in base64 encoded format.
- certificatePassword
- String
The password of the certificate.
Returns
A new HDInsightClusterUpdateIdentityCertificateContent instance for mocking.