Aracılığıyla paylaş


ScheduleGetResponse type

Alma işlemi için yanıt verilerini içerir.

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