TimerTrigger Class

The properties of a timer trigger.

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

Inheritance
TimerTrigger

Constructor

TimerTrigger(*, schedule: str, name: str, status: Optional[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.TriggerStatus]] = None, **kwargs)

Variables

schedule
str

Required. The CRON expression for the task schedule.

status
str or TriggerStatus

The current status of trigger. Possible values include: "Disabled", "Enabled".

name
str

Required. The name of the trigger.