Skip to main content

services_metric_metadata_for_groups

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

Overview

Nameservices_metric_metadata_for_groups
TypeResource
Idazure.ad_hybrid_health_service.services_metric_metadata_for_groups

Fields

NameDatatypeDescription
setsarrayThe list of metric set.
timeStampsarrayThe list of timestamps for each metric in the metric set.

Methods

NameAccessible byRequired ParamsDescription
getSELECTgroupName, metricName, serviceNameGets the service related metrics for a given metric and group combination.

SELECT examples

Gets the service related metrics for a given metric and group combination.

SELECT
sets,
timeStamps
FROM azure.ad_hybrid_health_service.services_metric_metadata_for_groups
WHERE groupName = '{{ groupName }}'
AND metricName = '{{ metricName }}'
AND serviceName = '{{ serviceName }}';