ScheduleCreateOrUpdateResponse type
Bevat antwoordgegevens voor de createOrUpdate-bewerking.
type ScheduleCreateOrUpdateResponse = Schedule & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Schedule }
}