TimerTriggerDescriptor Class
TimerTriggerDescriptor.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelTimerTriggerDescriptor
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. |
schedule_occurrence
|
The occurrence that triggered the run. |
Variables
Name | Description |
---|---|
timer_trigger_name
|
The timer trigger name that caused the run. |
schedule_occurrence
|
The occurrence that triggered the run. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python