你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventHubReceiver 类

定义

事件中心接收器。

public class EventHubReceiver
type EventHubReceiver = class
Public Class EventHubReceiver
继承
EventHubReceiver

构造函数

EventHubReceiver()

初始化 EventHubReceiver 类的新实例。

EventHubReceiver(String, String, String, String, Nullable<Boolean>, String)

初始化 EventHubReceiver 类的新实例。

属性

EventHubName

获取或设置特定事件中心队列的名称

EventHubNameSpace

获取或设置事件中心命名空间

Name

获取或设置事件中心接收器的名称。 名称在操作组内的所有接收方中必须是唯一的。

SubscriptionId

获取或设置包含此事件中心的订阅的 ID

TenantId

获取或设置包含此事件中心的订阅的租户 ID

UseCommonAlertSchema

获取或设置指示是否使用通用警报架构。

方法

Validate()

验证 对象。

适用于