Skip to main content

watchers_azure_reachability_reports

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

Overview

Namewatchers_azure_reachability_reports
TypeResource
Idazure.network.watchers_azure_reachability_reports

Fields

NameDatatypeDescription
aggregationLevelstringThe aggregation level of Azure reachability report. Can be Country, State or City.
providerLocationobjectParameters that define a geographic location.
reachabilityReportarrayList of Azure reachability report items.

Methods

NameAccessible byRequired ParamsDescription
getSELECTnetworkWatcherName, resourceGroupName, subscriptionId, data__endTime, data__providerLocation, data__startTimeNOTE: This feature is currently in preview and still being tested for stability. Gets the relative latency score for internet service providers from a specified location to Azure regions.

SELECT examples

NOTE: This feature is currently in preview and still being tested for stability. Gets the relative latency score for internet service providers from a specified location to Azure regions.

SELECT
aggregationLevel,
providerLocation,
reachabilityReport
FROM azure.network.watchers_azure_reachability_reports
WHERE networkWatcherName = '{{ networkWatcherName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND data__endTime = '{{ data__endTime }}'
AND data__providerLocation = '{{ data__providerLocation }}'
AND data__startTime = '{{ data__startTime }}';