WebTestLocationsListResponse type
Contiene i dati di risposta per l'operazione di elenco.
type WebTestLocationsListResponse =
ApplicationInsightsWebTestLocationsListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsWebTestLocationsListResult
}
}