Partager via


WebTestLocations class

Classe représentant un WebTestLocations.

Constructeurs

WebTestLocations(ApplicationInsightsManagementClientContext)

Créez un WebTestLocations.

Méthodes

list(string, string, RequestOptionsBase)

Obtient la liste des emplacements de test web disponibles pour ce composant Application Insights.

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

Détails du constructeur

WebTestLocations(ApplicationInsightsManagementClientContext)

Créez un WebTestLocations.

new WebTestLocations(client: ApplicationInsightsManagementClientContext)

Paramètres

client
ApplicationInsightsManagementClientContext

Référence au client de service.

Détails de la méthode

list(string, string, RequestOptionsBase)

Obtient la liste des emplacements de test web disponibles pour ce composant Application Insights.

function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<WebTestLocationsListResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource du composant Application Insights.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.WebTestLocationsListResponse>

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

function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource du composant Application Insights.

options
RequestOptionsBase

Paramètres facultatifs

list(string, string, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource du composant Application Insights.