Values.MaintenanceUpdateSettingsSourcePlaceholder documentation for MaintenanceUpdateSettings
type nonrec t = {maintenanceDay : MaintenanceDay.t option;Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
*)maintenanceScheduledDate : string option;Choose a specific date for maintenance to occur. The chosen date is used for the next maintenance window only.
*)maintenanceStartTime : string option;Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
*)}