Поделиться через


WatcherListByAutomationAccountResponse type

Содержит данные ответа для операции listByAutomationAccount.

type WatcherListByAutomationAccountResponse = WatcherListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: WatcherListResult
  }
}