Partager via


WatcherListByAutomationAccountNextResponse type

Contient des données de réponse pour l’opération listByAutomationAccountNext.

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