次の方法で共有


ExperimentsBeginCreateResponse type

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

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