ReplicaHealth

Represents a base class for stateful service replica or stateless service instance health. Contains the replica aggregated health state, the health events and the unhealthy evaluations.

Inheritance

'ReplicaHealth' is the base type of the polymorphic type model. The 'ServiceKind' property is the discriminator for the derived types. The value of the 'ServiceKind' property determines the serialized content on the wire (one of the following derived types). The following table lists the value of the Kind property and corresponding derived type it represents.

Derived Types

ServiceKind Derived Type
Stateful StatefulServiceReplicaHealth
Stateless StatelessServiceInstanceHealth