Sdílet prostřednictvím


JobListByAutomationAccountNextResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccountNext.

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