WebTestsListNextResponse type
Enthält Antwortdaten für den ListNext-Vorgang.
type WebTestsListNextResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}