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
|
The CRON expression for the task schedule. Required. |
status
|
str or
TriggerStatus
The current status of trigger. Known values are: "Disabled" and "Enabled". |
name
|
The name of the trigger. Required. |
Name | Description |
---|---|
schedule
|
The CRON expression for the task schedule. Required. |
status
|
str or
TriggerStatus
The current status of trigger. Known values are: "Disabled" and "Enabled". |
name
|
The name of the trigger. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python feedback
Azure SDK for Python is an open source project. Select a link to provide feedback: