Delen via


WatcherUpdateResponse type

Bevat antwoordgegevens voor de updatebewerking.

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