WatcherListByAutomationAccountResponse type
Contiene i dati di risposta per l'operazione listByAutomationAccount.
type WatcherListByAutomationAccountResponse = WatcherListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WatcherListResult
}
}