JobCreateProperties interface
model interface JobCreateProperties
Properties
| parameters | Gets or sets the parameters of the job. |
| runbook | Gets or sets the runbook. |
| run |
Gets or sets the runOn which specifies the group name where the job is to be executed. |
Property Details
parameters
Gets or sets the parameters of the job.
parameters?: Record<string, string>
Property Value
Record<string, string>
runbook
Gets or sets the runbook.
runbook?: RunbookAssociationProperty
Property Value
runOn
Gets or sets the runOn which specifies the group name where the job is to be executed.
runOn?: string
Property Value
string