WebTestsListResponse type
Enthält Antwortdaten für den Listenvorgang.
type WebTestsListResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}