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
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript