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


ScheduleCreateOrUpdateResponse type

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

type ScheduleCreateOrUpdateResponse = Schedule & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Schedule }
}