TriggerOperation Class
Specifies the operations on which a trigger should be executed.
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'
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python