次の方法で共有


ExperimentsCreateResponse type

作成操作の応答データが含まれています。

type ExperimentsCreateResponse = Experiment & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Experiment
  }
}