Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeployedServicePackageHealthStateChunk

Package version

Represents the health state chunk of a deployed service package, which contains the service manifest name and the service package aggregated health state.

Hierarchy

Index

Properties

Optional healthState

healthState: HealthState

The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'

Optional serviceManifestName

serviceManifestName: undefined | string

The name of 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.

Generated using TypeDoc