Compartir a través de


EntityHealthState interface

A base type for the health state of various entities in the cluster. It contains the aggregated health state.

Properties

aggregatedHealthState

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'

Property Details

aggregatedHealthState

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'

aggregatedHealthState?: HealthState

Property Value