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

ServiceGroupMemberDescription.ServiceName 属性

定义

获取或设置服务组中的服务的名称。

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

属性值

Uri

表示 Uri 服务名称的 。

注解

服务在服务组中独立命名。 此名称用作稳定结构名称的一部分来解析服务。 例如,如果服务组的名称为“fabric:/groupA”,而此处提供的服务名称为“svc1”,则客户端应解析名称“fabric:/groupA#svc1”来解析此服务。

适用于

另请参阅