ScheduleCreateOrUpdateResponse type
Contains response data for the createOrUpdate operation.
type ScheduleCreateOrUpdateResponse = Schedule & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Schedule }
}