web_test_locations
Creates, updates, deletes, gets or lists a web_test_locations
resource.
Overview
Name | web_test_locations |
Type | Resource |
Id | azure.application_insights.web_test_locations |
Fields
Name | Datatype | Description |
---|---|---|
DisplayName | string | The display name of the web test location. |
Tag | string | Internally defined geographic location tag. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | resourceGroupName, resourceName, subscriptionId | Gets 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 }}';