TriggerType Class
Specifies the type of a trigger.
- Inheritance
-
builtins.objectTriggerType
Constructor
TriggerType()
Attributes
Post
Trigger should be executed after the associated operation(s).
Post: Literal['post'] = 'post'
Pre
Trigger should be executed before the associated operation(s).
Pre: Literal['pre'] = 'pre'
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