JobsListByExperimentNextResponse type
Innehåller svarsdata för åtgärden listByExperimentNext.
type JobsListByExperimentNextResponse = JobListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobListResult
}
}