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

EventHubDataSourceProperties interface

与事件中心数据源关联的公共属性。

扩展

属性

eventHubName

事件中心的名称。 在 PUT (CreateOrReplace) 请求时是必需的。

继承属性

authenticationMode

身份验证模式。

serviceBusNamespace

与所需事件中心、服务总线队列、服务总线主题等关联的命名空间。在 PUT (CreateOrReplace) 请求时是必需的。

sharedAccessPolicyKey

指定共享访问策略的共享访问策略密钥。 在 PUT (CreateOrReplace) 请求时是必需的。

sharedAccessPolicyName

事件中心、服务总线队列、服务总线主题等的共享访问策略名称。在 PUT (CreateOrReplace) 请求时是必需的。

属性详细信息

eventHubName

事件中心的名称。 在 PUT (CreateOrReplace) 请求时是必需的。

eventHubName?: string

属性值

string

继承属性详细信息

authenticationMode

身份验证模式。

authenticationMode?: string

属性值

string

继承自ServiceBusDataSourceProperties.authenticationMode

serviceBusNamespace

与所需事件中心、服务总线队列、服务总线主题等关联的命名空间。在 PUT (CreateOrReplace) 请求时是必需的。

serviceBusNamespace?: string

属性值

string

继承自ServiceBusDataSourceProperties.serviceBusNamespace

sharedAccessPolicyKey

指定共享访问策略的共享访问策略密钥。 在 PUT (CreateOrReplace) 请求时是必需的。

sharedAccessPolicyKey?: string

属性值

string

继承自ServiceBusDataSourceProperties.sharedAccessPolicyKey

sharedAccessPolicyName

事件中心、服务总线队列、服务总线主题等的共享访问策略名称。在 PUT (CreateOrReplace) 请求时是必需的。

sharedAccessPolicyName?: string

属性值

string

继承自ServiceBusDataSourceProperties.sharedAccessPolicyName