pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.automation.kotlin.inputs
/
RunBookJobScheduleArgs
Run
Book
Job
Schedule
Args
data
class
RunBookJobScheduleArgs
(
val
jobScheduleId
:
Output
<
String
>
?
=
null
,
val
parameters
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
val
runOn
:
Output
<
String
>
?
=
null
,
val
scheduleName
:
Output
<
String
>
)
:
ConvertibleToJava
<
RunBookJobScheduleArgs
>
Constructors
Functions
Properties
Constructors
Run
Book
Job
Schedule
Args
Link copied to clipboard
fun
RunBookJobScheduleArgs
(
jobScheduleId
:
Output
<
String
>
?
=
null
,
parameters
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
runOn
:
Output
<
String
>
?
=
null
,
scheduleName
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RunBookJobScheduleArgs
Properties
job
Schedule
Id
Link copied to clipboard
val
jobScheduleId
:
Output
<
String
>
?
=
null
parameters
Link copied to clipboard
val
parameters
:
Output
<
Map
<
String
,
String
>
>
?
=
null
A list of
parameters
block as defined below.
run
On
Link copied to clipboard
val
runOn
:
Output
<
String
>
?
=
null
schedule
Name
Link copied to clipboard
val
scheduleName
:
Output
<
String
>