Dela via


WatcherListByAutomationAccountNextResponse type

Innehåller svarsdata för åtgärden listByAutomationAccountNext.

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