Skip to main content

watchers_available_providers

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

Overview

Namewatchers_available_providers
TypeResource
Idazure.network.watchers_available_providers

Fields

NameDatatypeDescription
countriesarrayList of available countries.

Methods

NameAccessible byRequired ParamsDescription
listSELECTnetworkWatcherName, resourceGroupName, subscriptionIdNOTE: This feature is currently in preview and still being tested for stability. Lists all available internet service providers for a specified Azure region.

SELECT examples

NOTE: This feature is currently in preview and still being tested for stability. Lists all available internet service providers for a specified Azure region.

SELECT
countries
FROM azure.network.watchers_available_providers
WHERE networkWatcherName = '{{ networkWatcherName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';