WebTestsListNextResponse type
Contiene i dati di risposta per l'operazione listNext.
type WebTestsListNextResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}