你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RoutingEventHubProperties interface
与事件中心终结点相关的属性。
属性
authentication |
用于针对事件中心终结点进行身份验证的方法 |
connection |
事件中心终结点的连接字符串。 |
endpoint |
事件中心终结点的 URL。 它必须包括协议 sb:// |
entity |
事件中心命名空间上的事件中心名称 |
id | 事件中心终结点的 ID |
identity | 路由事件中心终结点的托管标识属性。 |
name | 标识此终结点的名称。 该名称只能包含字母数字字符、句点、下划线、连字符,最大长度为 64 个字符。 保留以下名称:事件、fileNotifications、$default。 终结点名称在终结点类型中必须是唯一的。 |
resource |
事件中心终结点的资源组的名称。 |
subscription |
事件中心终结点的订阅标识符。 |
属性详细信息
authenticationType
用于针对事件中心终结点进行身份验证的方法
authenticationType?: string
属性值
string
connectionString
事件中心终结点的连接字符串。
connectionString?: string
属性值
string
endpointUri
事件中心终结点的 URL。 它必须包括协议 sb://
endpointUri?: string
属性值
string
entityPath
事件中心命名空间上的事件中心名称
entityPath?: string
属性值
string
id
事件中心终结点的 ID
id?: string
属性值
string
identity
name
标识此终结点的名称。 该名称只能包含字母数字字符、句点、下划线、连字符,最大长度为 64 个字符。 保留以下名称:事件、fileNotifications、$default。 终结点名称在终结点类型中必须是唯一的。
name: string
属性值
string
resourceGroup
事件中心终结点的资源组的名称。
resourceGroup?: string
属性值
string
subscriptionId
事件中心终结点的订阅标识符。
subscriptionId?: string
属性值
string