extensions_azure_monitor_agent_status
Creates, updates, deletes, gets or lists a extensions_azure_monitor_agent_status
resource.
Overview
Name | extensions_azure_monitor_agent_status |
Type | Resource |
Id | azure.hdinsight.extensions_azure_monitor_agent_status |
Fields
Name | Datatype | Description |
---|---|---|
clusterMonitoringEnabled | boolean | The status of the monitor on the HDInsight cluster. |
selectedConfigurations | object | The selected configurations for azure monitor. |
workspaceId | string | The workspace ID of the monitor on the HDInsight cluster. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | clusterName, resourceGroupName, subscriptionId | Gets 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 }}';