IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceSchedule

data class IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceSchedule(val hours: List<Int>? = null, val minutes: List<Int>? = null, val monthDays: List<Int>? = null, val monthlies: List<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthly>? = null, val weekDays: List<String>? = null)

Constructors

constructor(hours: List<Int>? = null, minutes: List<Int>? = null, monthDays: List<Int>? = null, monthlies: List<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthly>? = null, weekDays: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hours: List<Int>? = null

A list containing a single item, which specifies the Hour interval at which this recurrence should be triggered.

Link copied to clipboard
val minutes: List<Int>? = null

A list containing a single item which specifies the Minute interval at which this recurrence should be triggered.

Link copied to clipboard
val monthDays: List<Int>? = null

A list of days of the month that the job should execute on.

Link copied to clipboard
Link copied to clipboard
val weekDays: List<String>? = null

A list of days of the week that the job should execute on. Possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday.