共用方式為


WatcherCreateOrUpdateResponse type

包含 createOrUpdate 作業的響應數據。

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