TriggerOperation Class
Specifies the operations on which a trigger should be executed.
- Inheritance
-
builtins.objectTriggerOperation
TriggerOperation()
All operations.
All: Literal['all'] = 'all'
Create operations only.
Create: Literal['create'] = 'create'
Delete operations only.
Delete: Literal['delete'] = 'delete'
Replace operations only.
Replace: Literal['replace'] = 'replace'
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 feedback
Azure SDK for Python is an open source project. Select a link to provide feedback: