JobScheduleProperties interface

Definition of job schedule parameters.

Properties

jobScheduleId

Gets or sets the id of job schedule.

parameters

Gets or sets the parameters of the job schedule.

runbook

Gets or sets the runbook.

runOn

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

schedule

Gets or sets the schedule.

Property Details

jobScheduleId

Gets or sets the id of job schedule.

jobScheduleId?: string

Property Value

string

parameters

Gets or sets the parameters of the job schedule.

parameters?: Record<string, string>

Property Value

Record<string, string>

runbook

Gets or sets the runbook.

runbook?: RunbookAssociationProperty

Property Value

runOn

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

runOn?: string

Property Value

string

schedule

Gets or sets the schedule.

schedule?: ScheduleAssociationProperty

Property Value