共用方式為


ExperimentsBeginCreateResponse type

包含 beginCreate 作業的響應數據。

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