WebTestLocations interface

Interface representing a WebTestLocations.

Methods

list(string, string, WebTestLocationsListOptionalParams)

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

Method Details

list(string, string, WebTestLocationsListOptionalParams)

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

function list(resourceGroupName: string, resourceName: string, options?: WebTestLocationsListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponentWebTestLocation, ApplicationInsightsComponentWebTestLocation[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the Application Insights component resource.

options
WebTestLocationsListOptionalParams

The options parameters.

Returns