JobCreateParameters Class

The parameters supplied to the create job operation.

Inheritance
JobCreateParameters

Constructor

JobCreateParameters(*, runbook: Optional[azure.mgmt.automation.models._models_py3.RunbookAssociationProperty] = None, parameters: Optional[Dict[str, str]] = None, run_on: Optional[str] = None, **kwargs)

Parameters

runbook
RunbookAssociationProperty
Required

Gets or sets the runbook.

parameters
dict[str, str]
Required

Gets or sets the parameters of the job.

run_on
str
Required

Gets or sets the runOn which specifies the group name where the job is to be executed.