共用方式為


SolutionsCreateOrUpdateResponse type

包含 createOrUpdate 作業的回應資料。

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