toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
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.
Members
Constructors
Schedule
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
?
=
null
,
policyList
:
Output
<
List
<
String
>
>
?
=
null
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ScheduleArgs