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

The following fields are returned by SELECT queries:

Successful request for list of available providers.

NameDatatypeDescription
countriesarrayList of available countries.

Methods

The following methods are available for this resource:

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

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. Lists all available internet service providers for a specified Azure region.

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