Sdílet prostřednictvím


WatcherListByAutomationAccountResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccount.

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