ServiceGroupFromTemplateDescription Class

Definition

Describes a Service Group to be created from a Service Group Template that is pre-defined in the current Application Manifest.

public sealed class ServiceGroupFromTemplateDescription
type ServiceGroupFromTemplateDescription = class
Public NotInheritable Class ServiceGroupFromTemplateDescription
Inheritance
ServiceGroupFromTemplateDescription

Constructors

ServiceGroupFromTemplateDescription(Uri, Uri, String, ServicePackageActivationMode, Byte[])

Creates an instance of ServiceGroupFromTemplateDescription with specified parameter.

Properties

ApplicationName

Name of the application to which service group belongs.

InitializationData

Gets or sets the initialization data that will be passed to service instances or replicas when they are created.

ServiceName

Name of the service group to create.

ServicePackageActivationMode

Gets or sets the ServicePackageActivationMode of service group.

ServiceTypeName

Name of the service to create.

Applies to