Aracılığıyla paylaş


ScheduleCreateOrUpdateResponse type

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

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