Partager via


JobsListByExperimentResponse type

Contient des données de réponse pour l’opération listByExperiment.

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