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
/
ComputeRecurrenceScheduleArgs
/
ComputeRecurrenceScheduleArgs
Compute
Recurrence
Schedule
Args
constructor
(
hours
:
Output
<
List
<
Int
>
>
,
minutes
:
Output
<
List
<
Int
>
>
,
monthDays
:
Output
<
List
<
Int
>
>
?
=
null
,
weekDays
:
Output
<
List
<
Either
<
String
,
ComputeWeekDay
>
>
>
?
=
null
)