Share via


StatelessServiceInstanceHealthState Class

Definition

Represents the health state of a stateless service instance health entity, which contains the instance id and the aggregated health state.

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

Properties

AggregatedHealthState

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

(Inherited from EntityHealthState)
Id

Gets the stateful replica ID or stateless service instance ID.

(Inherited from ReplicaHealthState)
InstanceId

Gets the instance ID.

Kind

Gets the kind of the service replica.

(Inherited from ReplicaHealthState)
PartitionId

Gets the partition ID.

(Inherited from ReplicaHealthState)

Methods

ToString()

Creates a string description of the replica health state.

(Inherited from ReplicaHealthState)

Applies to