WatcherListByAutomationAccountResponse type
Enthält Antwortdaten für den ListByAutomationAccount-Vorgang.
type WatcherListByAutomationAccountResponse = WatcherListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WatcherListResult
}
}