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

ServiceBusClientOptions.CustomEndpointAddress 属性

定义

与服务总线服务建立连接时可以使用的自定义终结点地址。

public Uri CustomEndpointAddress { get; set; }
member this.CustomEndpointAddress : Uri with get, set
Public Property CustomEndpointAddress As Uri

属性值

Uri

注解

在建立连接时,将使用自定义终结点地址代替服务总线命名空间提供的默认终结点。 为了验证与服务的连接,仍然需要连接字符串或完全限定的命名空间。

适用于