Skip to main content

adds_services_metrics_sums

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

Overview

Nameadds_services_metrics_sums
TypeResource
Idazure.ad_hybrid_health_service.adds_services_metrics_sums

Fields

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

Methods

NameAccessible byRequired ParamsDescription
listSELECTgroupName, metricName, serviceNameGets the sum of the metric values for a given metric and group combination.

SELECT examples

Gets the sum of the metric values for a given metric and group combination.

SELECT
key,
value
FROM azure.ad_hybrid_health_service.adds_services_metrics_sums
WHERE groupName = '{{ groupName }}'
AND metricName = '{{ metricName }}'
AND serviceName = '{{ serviceName }}';