GetJobScheduleResult

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.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, jobScheduleId: String? = null, name: String, parameters: Map<String, String>? = null, runOn: String? = null, runbook: RunbookAssociationPropertyResponse? = null, schedule: ScheduleAssociationPropertyResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Gets the id of the resource.

Link copied to clipboard
val jobScheduleId: String? = null

Gets or sets the id of job schedule.

Link copied to clipboard

Gets the name of the variable.

Link copied to clipboard
val parameters: Map<String, String>? = null

Gets or sets the parameters of the job schedule.

Link copied to clipboard

Gets or sets the runbook.

Link copied to clipboard
val runOn: String? = null

Gets or sets the hybrid worker group that the scheduled job should run on.

Link copied to clipboard

Gets or sets the schedule.

Link copied to clipboard

Resource type