次の方法で共有


BlobTriggerAttribute(String) コンストラクター

定義

BlobTriggerAttribute クラスの新しいインスタンスを初期化します。

public BlobTriggerAttribute (string blobPath);
new Microsoft.Azure.WebJobs.BlobTriggerAttribute : string -> Microsoft.Azure.WebJobs.BlobTriggerAttribute
Public Sub New (blobPath As String)

パラメーター

blobPath
String

バインド先の BLOB のパス。

注釈

パスの BLOB 部分には、一致するパターンを示す中かっこでトークンを含めることができます。 一致した名前は、他のバインド属性で使用して、Job 関数の出力名を定義できます。

適用対象