共用方式為


RegistrationsUpdateResponse type

包含更新作業的回應數據。

type RegistrationsUpdateResponse = Registration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Registration
  }
}