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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python