Skip to main content

web_test_locations

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

Overview

Nameweb_test_locations
TypeResource
Idazure.application_insights.web_test_locations

Fields

NameDatatypeDescription
DisplayNamestringThe display name of the web test location.
TagstringInternally defined geographic location tag.

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceGroupName, resourceName, subscriptionIdGets a list of web test locations available to this Application Insights component.

SELECT examples

Gets a list of web test locations available to this Application Insights component.

SELECT
DisplayName,
Tag
FROM azure.application_insights.web_test_locations
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';