EventHubAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 |
イベント ハブの名前。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET