WebTestLocationsListResponse type
يحتوي على بيانات استجابة لعملية القائمة.
type WebTestLocationsListResponse =
ApplicationInsightsWebTestLocationsListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsWebTestLocationsListResult
}
}