ArmHDInsightModelFactory.HDInsightClusterUpdateIdentityCertificateContent Method

Definition

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.

Applies to