Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeployedServicePackageInfo

Package version

Information about service package deployed on a Service Fabric node.

Hierarchy

  • DeployedServicePackageInfo

Index

Properties

Optional name

name: undefined | string

The name of the service package as specified in the service manifest.

Optional servicePackageActivationId

servicePackageActivationId: undefined | string

The ActivationId of a deployed service package. If ServicePackageActivationMode specified at the time of creating the service is 'SharedProcess' (or if it is not specified, in which case it defaults to 'SharedProcess'), then value of ServicePackageActivationId is always an empty string.

Optional status

Specifies the status of a deployed application or service package on a Service Fabric node. Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'

Optional version

version: undefined | string

The version of the service package specified in service manifest.

Generated using TypeDoc