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

TriggerChangeDetectionParameters interface

在云终结点上调用触发器更改检测作时使用的参数。

属性

changeDetectionMode

更改检测模式。 适用于 directoryPath 参数中指定的目录。

directoryPath

要为其执行更改检测的目录 Azure 文件共享的相对路径。

paths

要包含在更改检测中的 Azure 文件共享上的相对路径数组。 可以是文件和目录。

属性详细信息

changeDetectionMode

更改检测模式。 适用于 directoryPath 参数中指定的目录。

changeDetectionMode?: string

属性值

string

directoryPath

要为其执行更改检测的目录 Azure 文件共享的相对路径。

directoryPath?: string

属性值

string

paths

要包含在更改检测中的 Azure 文件共享上的相对路径数组。 可以是文件和目录。

paths?: string[]

属性值

string[]