共用方式為


WatcherListByAutomationAccountResponse type

包含 listByAutomationAccount 作業的回應資料。

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