JobScheduleCreateParameters interface
The parameters supplied to the create job schedule operation.
Properties
parameters | Gets or sets a list of job properties. |
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. |
Property Details
parameters
Gets or sets a list of job properties.
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