共用方式為


ConnectionUpdateResponse type

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

type ConnectionUpdateResponse = Connection & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Connection
  }
}