WatcherListByAutomationAccountNextResponse type
Contém dados de resposta para a operação listByAutomationAccountNext.
type WatcherListByAutomationAccountNextResponse = WatcherListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WatcherListResult
}
}