Share via


PartitionsHealthEvaluation.UnhealthyEvaluations Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Gets the list of unhealthy evaluations that led to the aggregated health state. Includes all the unhealthy PartitionHealthEvaluation that impacted the aggregated health.

Namespace:   System.Fabric.Health
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public IList<HealthEvaluation> UnhealthyEvaluations { get; internal set; }

Property Value

Type: System.Collections.Generic.IList<HealthEvaluation>

The unhealthy evaluations that led to current aggregated health state.

See Also

PartitionsHealthEvaluation Class
System.Fabric.Health Namespace

Return to top