共用方式為


WatcherCreateOrUpdateResponse type

包含 createOrUpdate 作業的回應資料。

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