EntityHealth.UnhealthyEvaluations Property

Definition

Gets the unhealthy evaluations that show why the current aggregated health state was returned by Health Manager.

public System.Collections.Generic.IList<System.Fabric.Health.HealthEvaluation> UnhealthyEvaluations { get; }
member this.UnhealthyEvaluations : System.Collections.Generic.IList<System.Fabric.Health.HealthEvaluation>
Public ReadOnly Property UnhealthyEvaluations As IList(Of HealthEvaluation)

Property Value

The unhealthy evaluations that describe why the current aggregated health state was returned by Health Manager.

Applies to