toggle menu
pulumi-azure-kotlin
5.79.0.1
jvm
switch theme
search in API
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
>
Members
Constructors
Run
Book
Job
Schedule
Args
Link copied to clipboard
constructor
(
jobScheduleId
:
Output
<
String
>
?
=
null
,
parameters
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
runOn
:
Output
<
String
>
?
=
null
,
scheduleName
:
Output
<
String
>
)
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
run
On
Link copied to clipboard
val
runOn
:
Output
<
String
>
?
=
null
schedule
Name
Link copied to clipboard
val
scheduleName
:
Output
<
String
>
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RunBookJobScheduleArgs