WatcherListByAutomationAccountResponse type
Contains response data for the listByAutomationAccount operation.
type WatcherListByAutomationAccountResponse = WatcherListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WatcherListResult
}
}