Поделиться через


JobScheduleListByAutomationAccountResponse type

Содержит данные ответа для операции listByAutomationAccount.

type JobScheduleListByAutomationAccountResponse = JobScheduleListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: JobScheduleListResult
  }
}