Condividi tramite


JobListByAutomationAccountNextResponse type

Contiene i dati di risposta per l'operazione listByAutomationAccountNext.

type JobListByAutomationAccountNextResponse = JobListResultV2 & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: JobListResultV2
  }
}