Skip to main content

extensions_monitoring_status

Creates, updates, deletes, gets or lists a extensions_monitoring_status resource.

Overview

Nameextensions_monitoring_status
TypeResource
Idazure.hdinsight.extensions_monitoring_status

Fields

NameDatatypeDescription
clusterMonitoringEnabledbooleanThe status of the monitor on the HDInsight cluster.
workspaceIdstringThe workspace ID of the monitor on the HDInsight cluster.

Methods

NameAccessible byRequired ParamsDescription
getSELECTclusterName, resourceGroupName, subscriptionIdGets the status of Operations Management Suite (OMS) on the HDInsight cluster.

SELECT examples

Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.

SELECT
clusterMonitoringEnabled,
workspaceId
FROM azure.hdinsight.extensions_monitoring_status
WHERE clusterName = '{{ clusterName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';