WebTestLocationsListResponse type
Содержит данные ответа для операции списка.
type WebTestLocationsListResponse =
ApplicationInsightsWebTestLocationsListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsWebTestLocationsListResult
}
}