ServiceGroupDescription 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.
Provides a collection of information that is necessary to create and describe a service group.
public sealed class ServiceGroupDescription
type ServiceGroupDescription = class
Public NotInheritable Class ServiceGroupDescription
- Inheritance
-
ServiceGroupDescription
Remarks
A service group description contains a ServiceGroupDescription and a list of members in the service group. The service description provides information, such as the metrics, application name, service group name, and initialization information for this service group. The list of member definitions describes the services inside the service group.
Constructors
ServiceGroupDescription() |
Initializes a new instance of the ServiceGroupDescription class. |
ServiceGroupDescription(ServiceDescription) |
Initializes a new instance of the ServiceGroupDescription class with the specified ServiceDescription. |
Properties
MemberDescriptions |
Specifies the list of ServiceGroupMemberDescription objects for the members of this service group. |
ServiceDescription |
Describes the service group’s service. |