WatcherListByAutomationAccountNextResponse type
Contiene i dati di risposta per l'operazione listByAutomationAccountNext.
type WatcherListByAutomationAccountNextResponse = WatcherListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WatcherListResult
}
}