Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceFromTemplateDescription

Package version

Defines description for creating a Service Fabric service from a template defined in the application manifest.

Hierarchy

  • ServiceFromTemplateDescription

Index

Properties

applicationName

applicationName: string

The name of the application, including the 'fabric:' URI scheme.

Optional initializationData

initializationData: number[]

The initialization data for the newly created service instance.

Optional serviceDnsName

serviceDnsName: undefined | string

The DNS name of the service. It requires the DNS system service to be enabled in Service Fabric cluster.

serviceName

serviceName: string

The full name of the service with 'fabric:' URI scheme.

Optional servicePackageActivationMode

servicePackageActivationMode: ServicePackageActivationMode

The activation mode of service package to be used for a service. Possible values include: 'SharedProcess', 'ExclusiveProcess'

serviceTypeName

serviceTypeName: string

Name of the service type as specified in the service manifest.

Generated using TypeDoc