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'
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