toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.scheduler.kotlin.inputs
/
JobRecurrenceScheduleArgs
/
JobRecurrenceScheduleArgs
Job
Recurrence
Schedule
Args
constructor
(
hours
:
Output
<
List
<
Int
>
>
?
=
null
,
minutes
:
Output
<
List
<
Int
>
>
?
=
null
,
monthDays
:
Output
<
List
<
Int
>
>
?
=
null
,
monthlyOccurrences
:
Output
<
List
<
JobRecurrenceScheduleMonthlyOccurrenceArgs
>
>
?
=
null
,
weekDays
:
Output
<
List
<
DayOfWeek
>
>
?
=
null
)