pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hybriddata.kotlin.inputs
/
ScheduleArgs
Schedule
Args
data
class
ScheduleArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
policyList
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
ScheduleArgs
>
Schedule for the job run.
Constructors
Functions
Properties
Constructors
Schedule
Args
Link copied to clipboard
fun
ScheduleArgs
(
name
:
Output
<
String
>
?
=
null
,
policyList
:
Output
<
List
<
String
>
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ScheduleArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
Name of the schedule.
policy
List
Link copied to clipboard
val
policyList
:
Output
<
List
<
String
>
>
?
=
null
A list of repetition intervals in ISO 8601 format.