jobSchedules

@JvmName(name = "donhlluepudaueaw")
suspend fun jobSchedules(value: Output<List<RunBookJobScheduleArgs>>)
@JvmName(name = "rejumijcgqbdyubl")
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_schdule property to manage the job schedules. At this time you should choose one of them to manage the job schedule resources.


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


@JvmName(name = "xlcrwkecaqdliptv")
suspend fun jobSchedules(values: List<Output<RunBookJobScheduleArgs>>)
@JvmName(name = "ksjrpeqofhuuxvti")
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_schdule property to manage the job schedules. At this time you should choose one of them to manage the job schedule resources.


@JvmName(name = "kbloorhohpdqpuxy")
suspend fun jobSchedules(argument: List<suspend RunBookJobScheduleArgsBuilder.() -> Unit>)
@JvmName(name = "utepufdyddpdncao")
suspend fun jobSchedules(vararg argument: suspend RunBookJobScheduleArgsBuilder.() -> Unit)
@JvmName(name = "fjcyqtrbtejjieem")
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_schdule property to manage the job schedules. At this time you should choose one of them to manage the job schedule resources.