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


JobScheduleGetResponse type

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

type JobScheduleGetResponse = JobSchedule & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: JobSchedule
  }
}