TimerTriggerUpdateParameters Class

The properties for updating a timer trigger.

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

Constructor

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

Keyword-Only Parameters

Name Description
schedule
str

The CRON expression for the task schedule.

Default value: None
status

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

Default value: None
name
str

The name of the trigger. Required.

Variables

Name Description
schedule
str

The CRON expression for the task schedule.

status

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

name
str

The name of the trigger. Required.