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
- run_on
- str
Required
Gets or sets the runOn which specifies the group name where the job is to be executed.
Feedback
Submit and view feedback for