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

The following fields are returned by SELECT queries:

Successful request for Azure reachability report.

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

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectresourceGroupName, networkWatcherName, subscriptionIdNOTE: 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
networkWatcherNamestringThe name of the network watcher resource.
resourceGroupNamestringThe name of the network watcher resource group.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

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 resourceGroupName = '{{ resourceGroupName }}' -- required
AND networkWatcherName = '{{ networkWatcherName }}' -- required
AND subscriptionId = '{{ subscriptionId }}' -- required
;