BlobAttribute コンストラクター

定義

オーバーロード

BlobAttribute(String)

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

BlobAttribute(String, FileAccess)

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

BlobAttribute(String)

ソース:
BlobAttribute.cs
ソース:
BlobAttribute.cs

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

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

パラメーター

blobPath
String

バインド先の BLOB のパス。

適用対象

BlobAttribute(String, FileAccess)

ソース:
BlobAttribute.cs
ソース:
BlobAttribute.cs

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

public BlobAttribute (string blobPath, System.IO.FileAccess access);
new Microsoft.Azure.WebJobs.BlobAttribute : string * System.IO.FileAccess -> Microsoft.Azure.WebJobs.BlobAttribute
Public Sub New (blobPath As String, access As FileAccess)

パラメーター

blobPath
String

バインド先の BLOB のパス。

access
FileAccess

BLOB で実行できる操作の種類。

適用対象