共用方式為


ExperimentsCreateResponse type

包含建立作業的響應數據。

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