pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.automation.kotlin.outputs
/
RunBookJobSchedule
Run
Book
Job
Schedule
data
class
RunBookJobSchedule
(
val
jobScheduleId
:
String
?
=
null
,
val
parameters
:
Map
<
String
,
String
>
?
=
null
,
val
runOn
:
String
?
=
null
,
val
scheduleName
:
String
)
Types
Constructors
Properties
Constructors
Run
Book
Job
Schedule
Link copied to clipboard
fun
RunBookJobSchedule
(
jobScheduleId
:
String
?
=
null
,
parameters
:
Map
<
String
,
String
>
?
=
null
,
runOn
:
String
?
=
null
,
scheduleName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
job
Schedule
Id
Link copied to clipboard
val
jobScheduleId
:
String
?
=
null
parameters
Link copied to clipboard
val
parameters
:
Map
<
String
,
String
>
?
=
null
A list of
parameters
block as defined below.
run
On
Link copied to clipboard
val
runOn
:
String
?
=
null
schedule
Name
Link copied to clipboard
val
scheduleName
:
String