WebTestLocationsListResponse type
Contains response data for the list operation.
type WebTestLocationsListResponse =
ApplicationInsightsWebTestLocationsListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsWebTestLocationsListResult
}
}