ServiceGroupMemberDescription.ServiceName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the service within the service group.
public Uri ServiceName { get; set; }
member this.ServiceName : Uri with get, set
Public Property ServiceName As Uri
Property Value
The Uri representing the service name.
Remarks
Services are independently named inside the service group. This name is used as a portion of the stable fabric name to resolve the service. For example, if the service group’s name is "fabric:/groupA" and the service name provided here is "svc1", then a client should resolve the name “fabric:/groupA#svc1” to resolve this service.
Applies to
See also
Azure SDK for .NET