JobSchedule interface
Definition of the job schedule.
Properties
id | Gets the id of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
job |
Gets or sets the id of job schedule. |
name | Gets the name of the variable. NOTE: This property will not be serialized. It can only be populated by the server. |
parameters | Gets or sets the parameters of the job schedule. |
runbook | Gets or sets the runbook. |
run |
Gets or sets the hybrid worker group that the scheduled job should run on. |
schedule | Gets or sets the schedule. |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
Gets the id of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
jobScheduleId
Gets or sets the id of job schedule.
jobScheduleId?: string
Property Value
string
name
Gets the name of the variable. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
parameters
Gets or sets the parameters of the job schedule.
parameters?: {[propertyName: string]: string}
Property Value
{[propertyName: 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
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string