Udostępnij za pośrednictwem


WatcherListByAutomationAccountResponse type

Zawiera dane odpowiedzi dla operacji listByAutomationAccount.

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