WatcherListByAutomationAccountNextResponse type
listByAutomationAccountNext işlemi için yanıt verilerini içerir.
type WatcherListByAutomationAccountNextResponse = WatcherListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WatcherListResult
}
}