Skip to main content

reports_latency_scorecards

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

Overview

Namereports_latency_scorecards
TypeResource
Idazure.front_door.reports_latency_scorecards

Fields

NameDatatypeDescription
idtextResource ID.
nametextResource name.
descriptiontextfield from the properties object
aggregationIntervaltextfield from the properties object
countrytextfield from the properties object
end_date_time_utctextfield from the properties object
endpointatextfield from the properties object
endpointbtextfield from the properties object
experimentNametextfield from the properties object
latency_metricstextfield from the properties object
locationtextResource location.
profileNametextfield from the properties object
resourceGroupNametextfield from the properties object
start_date_time_utctextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextResource tags.
typetextResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTaggregationInterval, experimentName, profileName, resourceGroupName, subscriptionId

SELECT examples

SELECT
id,
name,
description,
aggregationInterval,
country,
end_date_time_utc,
endpointa,
endpointb,
experimentName,
latency_metrics,
location,
profileName,
resourceGroupName,
start_date_time_utc,
subscriptionId,
tags,
type
FROM azure.front_door.vw_reports_latency_scorecards
WHERE aggregationInterval = '{{ aggregationInterval }}'
AND experimentName = '{{ experimentName }}'
AND profileName = '{{ profileName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';