Compartilhar via


JobListByAutomationAccountResponse type

Contém dados de resposta para a operação listByAutomationAccount.

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