WebTestLocations class
Classe che rappresenta un oggetto WebTestLocations.
Costruttori
| Web |
Creare un WebTestLocations. |
Metodi
| list(string, string, Request |
Ottiene un elenco di percorsi di test Web disponibili per questo componente di Application Insights. |
| list(string, string, Request |
|
| list(string, string, Service |
Dettagli costruttore
WebTestLocations(ApplicationInsightsManagementClientContext)
Creare un WebTestLocations.
new WebTestLocations(client: ApplicationInsightsManagementClientContext)
Parametri
Riferimento al client del servizio.
Dettagli metodo
list(string, string, RequestOptionsBase)
Ottiene un elenco di percorsi di test Web disponibili per questo componente di Application Insights.
function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<WebTestLocationsListResponse>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- resourceName
-
string
Nome della risorsa componente di Application Insights.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<WebTestLocationsListResponse>
Promise<Models.WebTestLocationsListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- resourceName
-
string
Nome della risorsa componente di Application Insights.
- options
- RequestOptionsBase
Parametri facoltativi
Callback
list(string, string, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- resourceName
-
string
Nome della risorsa componente di Application Insights.
Callback