pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.inputs
/
RecurrenceScheduleArgs
/
RecurrenceScheduleArgs
Recurrence
Schedule
Args
fun
RecurrenceScheduleArgs
(
hours
:
Output
<
List
<
Int
>
>
,
minutes
:
Output
<
List
<
Int
>
>
,
monthDays
:
Output
<
List
<
Int
>
>
?
=
null
,
weekDays
:
Output
<
List
<
Either
<
String
,
WeekDay
>
>
>
?
=
null
)