Partager via


WatcherListByAutomationAccountResponse type

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

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