TimerTriggerDescriptor Class
TimerTriggerDescriptor.
Constructor
TimerTriggerDescriptor(*, timer_trigger_name: str | None = None, schedule_occurrence: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
timer_trigger_name
|
The timer trigger name that caused the run. Default value: None
|
schedule_occurrence
|
The occurrence that triggered the run. Default value: None
|
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