WebTestLocations interface
Interface representing a WebTestLocations.
Methods
list(string, string, Web |
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.
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript