WebTestLocations class
Klasse, die einen WebTestLocations-Wert darstellt.
Konstruktoren
Web |
Erstellen Sie 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 webTestLocations.
new WebTestLocations(client: ApplicationInsightsManagementClientContext)
Parameter
Verweis 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. Für den 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. Für den 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. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- resourceName
-
string
Der Name der Application Insights-Komponentenressource.
Der Rückruf.