reports_latency_scorecards
Creates, updates, deletes, gets or lists a reports_latency_scorecards
resource.
Overview
Name | reports_latency_scorecards |
Type | Resource |
Id | azure.front_door.reports_latency_scorecards |
Fields
- vw_reports_latency_scorecards
- reports_latency_scorecards
Name | Datatype | Description |
---|---|---|
id | text | Resource ID. |
name | text | Resource name. |
description | text | field from the properties object |
aggregationInterval | text | field from the properties object |
country | text | field from the properties object |
end_date_time_utc | text | field from the properties object |
endpointa | text | field from the properties object |
endpointb | text | field from the properties object |
experimentName | text | field from the properties object |
latency_metrics | text | field from the properties object |
location | text | Resource location. |
profileName | text | field from the properties object |
resourceGroupName | text | field from the properties object |
start_date_time_utc | text | field from the properties object |
subscriptionId | text | field from the properties object |
tags | text | Resource tags. |
type | text | Resource type. |
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | Resource name. |
location | string | Resource location. |
properties | object | Defines a the properties of a Latency Scorecard |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | aggregationInterval, experimentName, profileName, resourceGroupName, subscriptionId |
SELECT
examples
- vw_reports_latency_scorecards
- reports_latency_scorecards
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 }}';
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure.front_door.reports_latency_scorecards
WHERE aggregationInterval = '{{ aggregationInterval }}'
AND experimentName = '{{ experimentName }}'
AND profileName = '{{ profileName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';