RecoveryBackupSchedulesRecurrenceInfo
The Schedules.RecurrenceInfo structure contains the recurrence information associated with a schedule.
Properties
The Schedules.DayOfWeek enumerated type defines the set of days when backup can be scheduled. The days can be specified as a list of individual days. You specify the days when you set the recurrence for a schedule. See Schedules.RecurrenceInfo.days.
MONDAY : Monday
TUESDAY : Tuesday
WEDNESDAY : Wednesday
THURSDAY : Thursday
FRIDAY : Friday
SATURDAY : Saturday
SUNDAY : Sunday
Possible values are: MONDAY , TUESDAY , WEDNESDAY , THURSDAY , FRIDAY , SATURDAY , SUNDAY
Hour when backup should run. The hour should be specified in 24-hour clock format.
Minute when backup should run.
JSON Example
{
"hour": 0,
"minute": 0
}