WebTestLocations class
Class representing a WebTestLocations.
Constructors
Web |
Create a WebTestLocations. |
Methods
list(string, string, Request |
Gets a list of web test locations available to this Application Insights component. |
list(string, string, Request |
|
list(string, string, Service |
Constructor Details
WebTestLocations(ApplicationInsightsManagementClientContext)
Create a WebTestLocations.
new WebTestLocations(client: ApplicationInsightsManagementClientContext)
Parameters
Reference to the service client.
Method Details
list(string, string, RequestOptionsBase)
Gets a list of web test locations available to this Application Insights component.
function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<WebTestLocationsListResponse>
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
- RequestOptionsBase
The optional parameters
Returns
Promise<WebTestLocationsListResponse>
Promise<Models.WebTestLocationsListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
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
- RequestOptionsBase
The optional parameters
The callback
list(string, string, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
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 callback