jobSchedules

@JvmName(name = "bhadxnunvvglngax")
suspend fun jobSchedules(value: Output<List<RunBookJobScheduleArgs>>)
@JvmName(name = "kuiftskxlbjkmrvc")
suspend fun jobSchedules(value: List<RunBookJobScheduleArgs>?)

Parameters

value

One or more job_schedule block as defined below.

NOTE AzureRM provides a stand-alone azure.automation.JobSchedule and this inlined job_schedule property to manage the job schedules. At this time you should choose one of them to manage the job schedule resources.


@JvmName(name = "asnccfdkakghdaxo")
suspend fun jobSchedules(vararg values: Output<RunBookJobScheduleArgs>)


@JvmName(name = "raguektksstxwdjt")
suspend fun jobSchedules(values: List<Output<RunBookJobScheduleArgs>>)
@JvmName(name = "wldcdqwylxaoulst")
suspend fun jobSchedules(vararg values: RunBookJobScheduleArgs)

Parameters

values

One or more job_schedule block as defined below.

NOTE AzureRM provides a stand-alone azure.automation.JobSchedule and this inlined job_schedule property to manage the job schedules. At this time you should choose one of them to manage the job schedule resources.


@JvmName(name = "ghawdtjrfpncctcl")
suspend fun jobSchedules(argument: List<suspend RunBookJobScheduleArgsBuilder.() -> Unit>)
@JvmName(name = "skivtlscoxxbijqg")
suspend fun jobSchedules(vararg argument: suspend RunBookJobScheduleArgsBuilder.() -> Unit)
@JvmName(name = "tvopfsqexnkynqyi")
suspend fun jobSchedules(argument: suspend RunBookJobScheduleArgsBuilder.() -> Unit)

Parameters

argument

One or more job_schedule block as defined below.

NOTE AzureRM provides a stand-alone azure.automation.JobSchedule and this inlined job_schedule property to manage the job schedules. At this time you should choose one of them to manage the job schedule resources.