BlobAttribute クラス

定義

パラメーターを Azure BLOB にバインドするために使用される属性。 属性は、単一の BLOB、BLOB コンテナー、または BLOB のコレクションへのバインドをサポートします。

[Microsoft.Azure.WebJobs.ConnectionProvider(typeof(Microsoft.Azure.WebJobs.StorageAccountAttribute))]
[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public sealed class BlobAttribute : Attribute, Microsoft.Azure.WebJobs.IConnectionProvider
[<Microsoft.Azure.WebJobs.ConnectionProvider(typeof(Microsoft.Azure.WebJobs.StorageAccountAttribute))>]
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type BlobAttribute = class
    inherit Attribute
    interface IConnectionProvider
Public NotInheritable Class BlobAttribute
Inherits Attribute
Implements IConnectionProvider
継承
BlobAttribute
属性
Microsoft.Azure.WebJobs.ConnectionProviderAttribute Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
実装
Microsoft.Azure.WebJobs.IConnectionProvider

注釈

メソッド パラメーターの型には、次のいずれかを指定できます。

パラメーターは、単一の BLOB バインドに加えて、複数の BLOB にバインドできます。 パラメーター型には、次IEnumerable<T>のいずれかの要素型を指定できますBlobContainerClient

コンストラクター

BlobAttribute(String)

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

BlobAttribute(String, FileAccess)

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

プロパティ

Access

BLOB で実行できる操作の種類を取得します。

BlobPath

バインド先の BLOB のパスを取得します。

Connection

Azure Storage 接続文字列を含むアプリ設定名を取得または設定します。

適用対象