Share via


ServiceHealthState Class

Definition

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

public sealed class ServiceHealthState : System.Fabric.Health.EntityHealthState
type ServiceHealthState = class
    inherit EntityHealthState
Public NotInheritable Class ServiceHealthState
Inherits EntityHealthState
Inheritance
ServiceHealthState

Properties

AggregatedHealthState

Gets the aggregated health state computed by Health Manager based on all reported events and the desired policy.

(Inherited from EntityHealthState)
ServiceName

Gets the service name.

Methods

ToString()

Creates a string description of the service health state.

Applies to