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

IotEventHubIngestionEndpointConfiguration 类

定义

事件中心引入终结点配置

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

构造函数

IotEventHubIngestionEndpointConfiguration()

初始化 IotEventHubIngestionEndpointConfiguration 类的新实例。

IotEventHubIngestionEndpointConfiguration(String, String, String)

初始化 IotEventHubIngestionEndpointConfiguration 类的新实例。

属性

ConsumerGroup

获取或设置要连接到的事件中心的使用者组。

EventHubName

获取或设置要连接到的事件中心名称。

FullyQualifiedEventHubNamespace

获取或设置要连接到的事件中心的完全限定命名空间。

适用于