次の方法で共有


BlobEventsTrigger.BlobPathEndsWith プロパティ

定義

トリガーを起動するために指定されたパターンで終わる必要がある BLOB パスを取得または設定します。 たとえば、'december/boxes.csv' の場合、december フォルダー内の boxes という名前の BLOB のトリガーのみが起動されます。 blobPathBeginsWith、blobPathEndsWith の少なくとも 1 つを指定する必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.blobPathEndsWith")]
public string BlobPathEndsWith { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.blobPathEndsWith")>]
member this.BlobPathEndsWith : string with get, set
Public Property BlobPathEndsWith As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象