Values_0.MaintenanceWindowSourceAn optional configuration within the SchedulingConfig to setup a recurring maintenance window with a predetermined start time and duration for the rollout of a job document to all devices in a target group for a job.
type nonrec t = {startTime : CronExpression.t;Displays the start time of the next maintenance window.
*)durationInMinutes : DurationInMinutes.t;Displays the duration of the next maintenance window.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DurationInMinutes.t | `String of CronExpression.t ])
list ]