次の方法で共有


JobsListByExperimentResponse type

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

type JobsListByExperimentResponse = JobListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: JobListResult
  }
}