共用方式為


JobListByAutomationAccountResponse type

包含 listByAutomationAccount 作業的回應資料。

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