次の方法で共有


TriggerChangeDetectionParameters.Paths プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="paths")]
public System.Collections.Generic.IList<string> Paths { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="paths")>]
member this.Paths : System.Collections.Generic.IList<string> with get, set
Public Property Paths As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象