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'
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python