WatcherListByAutomationAccountNextResponse type
Obsahuje data odpovědi pro operaci listByAutomationAccountNext.
type WatcherListByAutomationAccountNextResponse = WatcherListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WatcherListResult
}
}