WatcherListByAutomationAccountNextResponse type
Zawiera dane odpowiedzi dla operacji listByAutomationAccountNext.
type WatcherListByAutomationAccountNextResponse = WatcherListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WatcherListResult
}
}