recurrence Value
Parameters
Specifies how often a scheduled task recurs. NOTE: You must specify RecurrenceType
, RecurrenceValue
, and RecurrenceEndTime
at the same time. The valid value depends on recurrence_type
Daily: You can enter one value. Valid values: 1 to 31.
Weekly: You can enter multiple values and separate them with commas (,). For example, the values 0 to 6 correspond to the days of the week in sequence from Sunday to Saturday.
Monthly: You can enter two values in A-B format. Valid values of A and B: 1 to 31. The value of B must be greater than or equal to the value of A.
Cron: You can enter a cron expression which is written in UTC and consists of five fields: minute, hour, day of month (date), month, and day of week. The expression can contain wildcard characters including commas (,), question marks (?), hyphens (-), asterisks (*), number signs (#), forward slashes (/), and the L and W letters.