ArmHDInsightModelFactory.HDInsightClusterCreateExtensionContent 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.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.