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'
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python