WebTestLocations class
Classe représentant un WebTestLocations.
Constructeurs
Web |
Créez un WebTestLocations. |
Méthodes
list(string, string, Request |
Obtient la liste des emplacements de test web disponibles pour ce composant Application Insights. |
list(string, string, Request |
|
list(string, string, Service |
Détails du constructeur
WebTestLocations(ApplicationInsightsManagementClientContext)
Créez un WebTestLocations.
new WebTestLocations(client: ApplicationInsightsManagementClientContext)
Paramètres
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<WebTestLocationsListResponse>
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
Rappel
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.
Rappel