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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for JavaScript