Aracılığıyla paylaş


WatcherListByAutomationAccountResponse type

listByAutomationAccount işlemi için yanıt verilerini içerir.

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