你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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'