JobSchedule Class

Definition of the job schedule.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
JobSchedule

Constructor

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

Parameters

job_schedule_id
str
Required

Gets or sets the id of job schedule.

schedule
ScheduleAssociationProperty
Required

Gets or sets the schedule.

runbook
RunbookAssociationProperty
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 the parameters of the job schedule.

Variables

id
str

Gets the id of the resource.

name
str

Gets the name of the variable.

type
str

Resource type.