Compartilhar via


ApplicationHealthEvaluation.UnhealthyEvaluations Propriedade

Definição

Obtém as avaliações não íntegras que levaram ao estado de integridade agregado atual do aplicativo.

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)

Valor da propriedade

A lista de HealthEvaluation que representa as avaliações não íntegras que levaram ao estado de integridade agregado atual.

Comentários

Os tipos das avaliações não íntegras podem ser DeployedApplicationsHealthEvaluationou ServicesHealthEvaluationEventHealthEvaluation.

Aplica-se a