services_metric_metadata_for_groups
Creates, updates, deletes, gets or lists a services_metric_metadata_for_groups
resource.
Overview
Name | services_metric_metadata_for_groups |
Type | Resource |
Id | azure.ad_hybrid_health_service.services_metric_metadata_for_groups |
Fields
Name | Datatype | Description |
---|---|---|
sets | array | The list of metric set. |
timeStamps | array | The list of timestamps for each metric in the metric set. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | groupName, metricName, serviceName | Gets 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 }}';