共用方式為


SolutionsUpdateResponse type

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

type SolutionsUpdateResponse = Solution & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}