Values.AddMaintenanceSourceCreate a maintenance setting for a flow.
type nonrec t = {maintenanceDay : MaintenanceDay.t;A day of a week when the maintenance will happen.
*)maintenanceStartHour : String_.t;UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
*)}