Condividi tramite


WebTestLocations class

Classe che rappresenta un oggetto WebTestLocations.

Costruttori

WebTestLocations(ApplicationInsightsManagementClientContext)

Creare un WebTestLocations.

Metodi

list(string, string, RequestOptionsBase)

Ottiene un elenco di percorsi di test Web disponibili per questo componente di Application Insights.

list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
list(string, string, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

Dettagli costruttore

WebTestLocations(ApplicationInsightsManagementClientContext)

Creare un WebTestLocations.

new WebTestLocations(client: ApplicationInsightsManagementClientContext)

Parametri

client
ApplicationInsightsManagementClientContext

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<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

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.