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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python