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

RoutingEventHubProperties 类

定义

与事件中心终结点相关的属性。

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

构造函数

RoutingEventHubProperties(String)

初始化 RoutingEventHubProperties 的新实例。

属性

AuthenticationType

用于对事件中心终结点进行身份验证的方法。

ConnectionString

事件中心终结点的连接字符串。

Endpoint

事件中心终结点的 URL。 它必须包含协议 sb://。

EntityPath

事件中心命名空间上的事件中心名称。

Id

事件中心终结点的 ID。

Name

标识此终结点的名称。 名称只能包含字母数字字符、句点、下划线、连字符,最大长度为 64 个字符。 保留以下名称:events、fileNotifications $default。 终结点名称在终结点类型中必须是唯一的。

ResourceGroup

事件中心终结点的资源组的名称。

SubscriptionId

事件中心终结点的订阅标识符。

UserAssignedIdentity

用户分配的标识。

适用于