get Job Schedule
Retrieve the job schedule identified by job schedule name. API Version: 2019-06-01.
Return
Definition of the job schedule.
Parameters
argument
null
suspend fun getJobSchedule(automationAccountName: String, jobScheduleId: String, resourceGroupName: String): GetJobScheduleResult
Return
Definition of the job schedule.
Parameters
automation Account Name
The name of the automation account.
job Schedule Id
The job schedule name.
resource Group Name
Name of an Azure Resource group.
See also
suspend fun getJobSchedule(argument: suspend GetJobSchedulePlainArgsBuilder.() -> Unit): GetJobScheduleResult
Return
Definition of the job schedule.
Parameters
argument
Builder for com.pulumi.azurenative.automation.kotlin.inputs.GetJobSchedulePlainArgs.