WebTestLocations class
Klasse die een WebTestLocations vertegenwoordigt.
Constructors
| Web |
Maak een WebTestLocations. |
Methoden
| list(string, string, Request |
Hiermee haalt u een lijst op met webtestlocaties die beschikbaar zijn voor dit Application Insights-onderdeel. |
| list(string, string, Request |
|
| list(string, string, Service |
Constructordetails
WebTestLocations(ApplicationInsightsManagementClientContext)
Maak een WebTestLocations.
new WebTestLocations(client: ApplicationInsightsManagementClientContext)
Parameters
Verwijzing naar de serviceclient.
Methodedetails
list(string, string, RequestOptionsBase)
Hiermee haalt u een lijst op met webtestlocaties die beschikbaar zijn voor dit Application Insights-onderdeel.
function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<WebTestLocationsListResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- options
- RequestOptionsBase
De optionele parameters
Retouren
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
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- options
- RequestOptionsBase
De optionele parameters
De callback
list(string, string, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
De callback