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

DataImportSourcesEventHub interface

事件中心配置的定义。

扩展

继承属性

consumerGroup

事件中心使用者组名称

name

数据源的友好名称。 此名称应在数据收集规则中的所有数据源(无论类型)中是唯一的。

stream

要从 EventHub 收集的流

继承属性详细信息

consumerGroup

事件中心使用者组名称

consumerGroup?: string

属性值

string

继承自EventHubDataSource.consumerGroup

name

数据源的友好名称。 此名称应在数据收集规则中的所有数据源(无论类型)中是唯一的。

name?: string

属性值

string

继承自EventHubDataSource.name

stream

要从 EventHub 收集的流

stream?: string

属性值

string

继承自EventHubDataSource.stream