JobScheduleCreateParameters Class

The parameters supplied to the create job schedule operation.

All required parameters must be populated in order to send to Azure.

Inheritance
JobScheduleCreateParameters

Constructor

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

Parameters

schedule
ScheduleAssociationProperty
Required

Required. Gets or sets the schedule.

runbook
RunbookAssociationProperty
Required

Required. Gets or sets the runbook.

run_on
str
Required

Gets or sets the hybrid worker group that the scheduled job should run on.

parameters
dict[str, str]
Required

Gets or sets a list of job properties.