watchers_available_providers
Creates, updates, deletes, gets or lists a watchers_available_providers
resource.
Overview
Name | watchers_available_providers |
Type | Resource |
Id | azure.network.watchers_available_providers |
Fields
Name | Datatype | Description |
---|---|---|
countries | array | List of available countries. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | networkWatcherName, resourceGroupName, subscriptionId | 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
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 }}';