Delen via


WatcherGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type WatcherGetResponse = Watcher & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Watcher }
}