Skip to main content

extensions_azure_monitor_agent_status

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

Overview

Nameextensions_azure_monitor_agent_status
TypeResource
Idazure.hdinsight.extensions_azure_monitor_agent_status

Fields

NameDatatypeDescription
clusterMonitoringEnabledbooleanThe status of the monitor on the HDInsight cluster.
selectedConfigurationsobjectThe selected configurations for azure monitor.
workspaceIdstringThe workspace ID of the monitor on the HDInsight cluster.

Methods

NameAccessible byRequired ParamsDescription
getSELECTclusterName, resourceGroupName, subscriptionIdGets the status of Azure Monitor Agent on the HDInsight cluster.

SELECT examples

Gets the status of Azure Monitor Agent on the HDInsight cluster.

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