共用方式為


WatcherUpdateResponse type

包含更新作業的回應資料。

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