WebTestLocationsListResponse type
Zawiera dane odpowiedzi dla operacji listy.
type WebTestLocationsListResponse =
ApplicationInsightsWebTestLocationsListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsWebTestLocationsListResult
}
}