JobsListByExperimentResponse type
包含 listByExperiment 作業的響應數據。
type JobsListByExperimentResponse = JobListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobListResult
}
}