Share via


TimerTrigger Class

The properties of a timer trigger.

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

Constructor

TimerTrigger(*, schedule: str, name: str, status: str | _models.TriggerStatus | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
schedule
str

The CRON expression for the task schedule. Required.

status

The current status of trigger. Known values are: "Disabled" and "Enabled".

name
str

The name of the trigger. Required.

Variables

Name Description
schedule
str

The CRON expression for the task schedule. Required.

status

The current status of trigger. Known values are: "Disabled" and "Enabled".

name
str

The name of the trigger. Required.