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'
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python