你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 |
获取或设置包含事件中心连接字符串的可选连接字符串名称。 如果缺少,则尝试使用已注册的事件中心发送方。 |
EventHubName |
事件中心的名称。 |