Condividi tramite


JobsListByExperimentResponse type

Contiene i dati di risposta per l'operazione listByExperiment.

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