Freigeben über


JobListByAutomationAccountResponse type

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

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