共用方式為


TriggerChangeDetectionParameters interface

在雲端端點上呼叫觸發程式變更偵測動作時所使用的參數。

屬性

changeDetectionMode

變更偵測模式。 適用于 directoryPath 參數中指定的目錄。

directoryPath

要執行變更偵測的目錄 Azure 檔案共用相對路徑。

paths

要包含在變更偵測中之 Azure 檔案共用上的相對路徑陣列。 可以是檔案和目錄。

屬性詳細資料

changeDetectionMode

變更偵測模式。 適用于 directoryPath 參數中指定的目錄。

changeDetectionMode?: string

屬性值

string

directoryPath

要執行變更偵測的目錄 Azure 檔案共用相對路徑。

directoryPath?: string

屬性值

string

paths

要包含在變更偵測中之 Azure 檔案共用上的相對路徑陣列。 可以是檔案和目錄。

paths?: string[]

屬性值

string[]