WatcherListByAutomationAccountNextResponse type
Содержит данные ответа для операции listByAutomationAccountNext.
type WatcherListByAutomationAccountNextResponse = WatcherListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WatcherListResult
}
}