ArmHDInsightModelFactory.HDInsightClusterCreateExtensionContent Method

Definition

public static Azure.ResourceManager.HDInsight.Models.HDInsightClusterCreateExtensionContent HDInsightClusterCreateExtensionContent(string workspaceId = default, string primaryKey = default);
static member HDInsightClusterCreateExtensionContent : string * string -> Azure.ResourceManager.HDInsight.Models.HDInsightClusterCreateExtensionContent
Public Shared Function HDInsightClusterCreateExtensionContent (Optional workspaceId As String = Nothing, Optional primaryKey As String = Nothing) As HDInsightClusterCreateExtensionContent

Parameters

workspaceId
String

The workspace ID for the cluster monitoring extension.

primaryKey
String

The certificate for the cluster monitoring extensions.

Returns

A new HDInsightClusterCreateExtensionContent instance for mocking.

Applies to