次の方法で共有


SolutionsBeginUpdateResponse type

beginUpdate 操作の応答データを格納します。

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