WebTestLocations class
Klasse, die eine WebTestLocations darstellt.
Konstruktoren
| Web |
Erstellen Sie eine WebTestLocations. |
Methoden
| list(string, string, Request |
Ruft eine Liste der Webtestspeicherorte ab, die für diese Application Insights-Komponente verfügbar sind. |
| list(string, string, Request |
|
| list(string, string, Service |
Details zum Konstruktor
WebTestLocations(ApplicationInsightsManagementClientContext)
Erstellen Sie eine WebTestLocations.
new WebTestLocations(client: ApplicationInsightsManagementClientContext)
Parameter
Verweisen auf den Dienstclient.
Details zur Methode
list(string, string, RequestOptionsBase)
Ruft eine Liste der Webtestspeicherorte ab, die für diese Application Insights-Komponente verfügbar sind.
function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<WebTestLocationsListResponse>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.
- resourceName
-
string
Der Name der Application Insights-Komponentenressource.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<WebTestLocationsListResponse>
Promise<Models.WebTestLocationsListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.
- resourceName
-
string
Der Name der Application Insights-Komponentenressource.
- options
- RequestOptionsBase
Die optionalen Parameter
Der Rückruf
list(string, string, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.
- resourceName
-
string
Der Name der Application Insights-Komponentenressource.
Der Rückruf