toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.inputs
/
RecurrenceScheduleArgs
/
RecurrenceScheduleArgs
Recurrence
Schedule
Args
constructor
(
hours
:
Output
<
List
<
Int
>
>
,
minutes
:
Output
<
List
<
Int
>
>
,
monthDays
:
Output
<
List
<
Int
>
>
?
=
null
,
weekDays
:
Output
<
List
<
Either
<
String
,
WeekDay
>
>
>
?
=
null
)