pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.workloads.kotlin.inputs
/
DailyScheduleArgs
Daily
Schedule
Args
data
class
DailyScheduleArgs
(
val
scheduleRunTimes
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
DailyScheduleArgs
>
Daily schedule.
Constructors
Functions
Properties
Constructors
Daily
Schedule
Args
Link copied to clipboard
fun
DailyScheduleArgs
(
scheduleRunTimes
:
Output
<
List
<
String
>
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DailyScheduleArgs
Properties
schedule
Run
Times
Link copied to clipboard
val
scheduleRunTimes
:
Output
<
List
<
String
>
>
?
=
null
List of times of day this schedule has to be run.