services_monitoring_configurations
Creates, updates, deletes, gets or lists a services_monitoring_configurations
resource.
Overview
Name | services_monitoring_configurations |
Type | Resource |
Id | azure.ad_hybrid_health_service.services_monitoring_configurations |
Fields
Name | Datatype | Description |
---|---|---|
key | string | The key for the property. |
value | string | The value for the key. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | serviceName | Gets 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 }}';