ArmHDInsightModelFactory.HDInsightClusterEnableClusterMonitoringContent 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.HDInsightClusterEnableClusterMonitoringContent HDInsightClusterEnableClusterMonitoringContent(string workspaceId = default, string primaryKey = default);
static member HDInsightClusterEnableClusterMonitoringContent : string * string -> Azure.ResourceManager.HDInsight.Models.HDInsightClusterEnableClusterMonitoringContent
Public Shared Function HDInsightClusterEnableClusterMonitoringContent (Optional workspaceId As String = Nothing, Optional primaryKey As String = Nothing) As HDInsightClusterEnableClusterMonitoringContent
Parameters
- workspaceId
- String
The cluster monitor workspace ID.
- primaryKey
- String
The cluster monitor workspace key.
Returns
A new HDInsightClusterEnableClusterMonitoringContent instance for mocking.