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

ServiceBusConnectionStringBuilder.Endpoints 属性

定义

获取服务终结点的集合。 每个终结点必须引用相同的服务总线命名空间。

public System.Collections.Generic.HashSet<Uri> Endpoints { get; }
member this.Endpoints : System.Collections.Generic.HashSet<Uri>
Public ReadOnly Property Endpoints As HashSet(Of Uri)

属性值

一组终结点。

适用于