次の方法で共有


TriggerChangeDetectionParameters interface

クラウド エンドポイントでトリガー変更検出アクションを呼び出すときに使用されるパラメーター。

プロパティ

changeDetectionMode

検出モードを変更します。 directoryPath パラメーターで指定されたディレクトリに適用されます。

directoryPath

変更検出を実行するディレクトリ Azure ファイル共有への相対パス。

paths

変更検出に含める Azure ファイル共有の相対パスの配列。 ファイルとディレクトリを指定できます。

プロパティの詳細

changeDetectionMode

検出モードを変更します。 directoryPath パラメーターで指定されたディレクトリに適用されます。

changeDetectionMode?: string

プロパティ値

string

directoryPath

変更検出を実行するディレクトリ Azure ファイル共有への相対パス。

directoryPath?: string

プロパティ値

string

paths

変更検出に含める Azure ファイル共有の相対パスの配列。 ファイルとディレクトリを指定できます。

paths?: string[]

プロパティ値

string[]