Share via


ApplicationUpgradeProgress.UnhealthyEvaluations Property

Definition

Gets the evaluations which describe the data and the algorithm used by health manager to evaluate the application health.

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 evaluations which describe the data and the algorithm used by health manager to evaluate the application health.

Applies to