Get Job Schedule Result
data class GetJobScheduleResult(val azureApiVersion: String, val id: String, val jobScheduleId: String? = null, val name: String, val parameters: Map<String, String>? = null, val runOn: String? = null, val runbook: RunbookAssociationPropertyResponse? = null, val schedule: ScheduleAssociationPropertyResponse? = null, val type: String)
Definition of the job schedule.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets or sets the id of job schedule.
Link copied to clipboard
Gets or sets the parameters of the job schedule.
Link copied to clipboard
Gets or sets the runbook.
Link copied to clipboard
Gets or sets the schedule.