共用方式為


SolutionsBeginUpdateResponse type

包含 beginUpdate 作業的回應資料。

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