Freigeben über


JobListByAutomationAccountNextResponse type

Enthält Antwortdaten für den ListByAutomationAccountNext-Vorgang.

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