ServiceGroupMemberDescription Class
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.
Describes a service that belongs to a service group.
public sealed class ServiceGroupMemberDescription
type ServiceGroupMemberDescription = class
Public NotInheritable Class ServiceGroupMemberDescription
- Inheritance
-
ServiceGroupMemberDescription
Remarks
A ServiceGroupMemberDescription contains a subset of a normal stateless or stateful service description. These fields are relevant to the service inside the group. Other fields that are present in a normal service description, such as partitioning information, become properties of the service group via its ServiceGroupDescription.
Constructors
ServiceGroupMemberDescription() |
Creates an empty ServiceGroupMemberDescription object. |
ServiceGroupMemberDescription(String, Uri, Byte[]) |
Creates a ServiceGroupMemberDescription object and initializes it with the specified parameters. |
Properties
InitializationData |
Gets or sets the initialization data for this service group member. |
Metrics |
Gets or sets the collection of ServiceLoadMetricDescription objects for this service. The metrics collection contains the ServiceLoadMetricDescription objects that are relevant to this service. |
ServiceName |
Gets or sets the name of the service within the service group. |
ServiceTypeName |
Gets or sets the service type of this service group member. |
Applies to
Azure SDK for .NET