NodeHealthState Class

Definition

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

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

Properties

AggregatedHealthState

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

(Inherited from EntityHealthState)
NodeName

Gets the name of the node.

Methods

ToString()

Creates a string description of the node health state.

Applies to