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

RoutingServiceBusQueueEndpointProperties interface

与服务总线队列终结点类型相关的属性。

属性

authenticationType

用于针对服务总线队列终结点进行身份验证的方法

connectionString

服务总线队列终结点的连接字符串。

endpointUri

服务总线队列终结点的 URL。 它必须包含协议 sb://

entityPath

服务总线命名空间上的队列名称

id

服务总线队列终结点的 ID

identity

路由服务总线队列终结点的托管标识属性。

name

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

resourceGroup

服务总线队列终结点的资源组的名称。

subscriptionId

服务总线队列终结点的订阅标识符。

属性详细信息

authenticationType

用于针对服务总线队列终结点进行身份验证的方法

authenticationType?: string

属性值

string

connectionString

服务总线队列终结点的连接字符串。

connectionString?: string

属性值

string

endpointUri

服务总线队列终结点的 URL。 它必须包含协议 sb://

endpointUri?: string

属性值

string

entityPath

服务总线命名空间上的队列名称

entityPath?: string

属性值

string

id

服务总线队列终结点的 ID

id?: string

属性值

string

identity

路由服务总线队列终结点的托管标识属性。

identity?: ManagedIdentity

属性值

name

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

name: string

属性值

string

resourceGroup

服务总线队列终结点的资源组的名称。

resourceGroup?: string

属性值

string

subscriptionId

服务总线队列终结点的订阅标识符。

subscriptionId?: string

属性值

string