Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceHealthState

Package version

Represents the health state of a service, which contains the service identifier and its aggregated health state.

Hierarchy

Index

Properties

Optional aggregatedHealthState

aggregatedHealthState: 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 serviceName

serviceName: undefined | string

Name of the service whose health state is represented by this object.

Generated using TypeDoc