EventHubAttribute クラス

定義

EventHub への "出力" バインドを設定します。 これは、IAsyncCollector と互換性のある任意の出力の種類にすることができます。

[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public sealed class EventHubAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type EventHubAttribute = class
    inherit Attribute
Public NotInheritable Class EventHubAttribute
Inherits Attribute
継承
EventHubAttribute
属性
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

コンストラクター

EventHubAttribute(String)

の新しいインスタンスを初期化します。 EventHubAttribute

プロパティ

Connection

Event Hub 接続文字列を含む省略可能な接続文字列名を取得または設定します。 見つからない場合は、登録済みのイベント ハブの送信者の使用を試みます。

EventHubName

イベント ハブの名前。

適用対象