Skip to main content

services_monitoring_configurations

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

Overview

Nameservices_monitoring_configurations
TypeResource
Idazure.ad_hybrid_health_service.services_monitoring_configurations

Fields

NameDatatypeDescription
keystringThe key for the property.
valuestringThe value for the key.

Methods

NameAccessible byRequired ParamsDescription
listSELECTserviceNameGets the service level monitoring configurations.

SELECT examples

Gets the service level monitoring configurations.

SELECT
key,
value
FROM azure.ad_hybrid_health_service.services_monitoring_configurations
WHERE serviceName = '{{ serviceName }}';