Compartir a través de


ApplicationsHealthEvaluation.UnhealthyEvaluations Propiedad

Definición

Obtiene la lista de evaluaciones incorrectas que llevaron al estado de mantenimiento agregado.

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 de propiedad

Lista de HealthEvaluation que representa las evaluaciones incorrectas que llevaron al estado de mantenimiento agregado actual.

Comentarios

Incluye todo el estado incorrecto ApplicationHealthEvaluation que ha afectado al estado agregado.

Se aplica a