NodeTypeNodesHealthEvaluation Class

Definition

Represents health evaluation for nodes of an node type.

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

Remarks

The node type nodes evaluation can be returned when cluster health evaluation returns unhealthy aggregated health state, either Error or Warning. It contains health evaluations for each unhealthy node of the included node type that impacted current aggregated health state.

Properties

AggregatedHealthState

The aggregated health state of the evaluated entity.

(Inherited from HealthEvaluation)
Description

Gets the description of the health evaluation, which represents a summary of the evaluation process.

(Inherited from HealthEvaluation)
Kind

Gets the kind of the health evaluation.

(Inherited from HealthEvaluation)
MaxPercentUnhealthyNodes

Gets the maximum allowed percentage of unhealthy nodes for the node type, specified as an entry in NodeTypeHealthPolicyMap.

NodeTypeName

Gets the node type name.

TotalCount

Gets the total number of nodes of the node type found in the health store.

UnhealthyEvaluations

Gets the list of unhealthy evaluations that led to the aggregated health state.

Methods

ToString()

Returns a string representation of the health evaluation.

(Inherited from HealthEvaluation)

Applies to