共用方式為


SolutionsBeginCreateOrUpdateResponse type

包含 beginCreateOrUpdate 作業的回應資料。

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