WatcherListByAutomationAccountResponse type
Bevat antwoordgegevens voor de bewerking listByAutomationAccount.
type WatcherListByAutomationAccountResponse = WatcherListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WatcherListResult
}
}