次の方法で共有


BlobEventsTrigger.BlobPathBeginsWith プロパティ

定義

トリガーを起動するために指定されたパターンで始まる必要がある BLOB パスを取得または設定します。 たとえば、'/records/blobs/december/' の場合、レコード コンテナーの december フォルダー内にある BLOB のトリガーのみが起動されます。 blobPathBeginsWith、blobPathEndsWith の少なくとも 1 つを指定する必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象