TriggerOperation Class
Specifies the operations on which a trigger should be executed.
- Inheritance
-
builtins.objectTriggerOperation
Constructor
TriggerOperation()
Attributes
All
All operations.
All: Literal['all'] = 'all'
Create
Create operations only.
Create: Literal['create'] = 'create'
Delete
Delete operations only.
Delete: Literal['delete'] = 'delete'
Replace
Replace operations only.
Replace: Literal['replace'] = 'replace'
Update
Update operations only.
Update: Literal['update'] = 'update'
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