ReplicaHealthEvaluation.UnhealthyEvaluations Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene las evaluaciones incorrectas que llevaron al estado de mantenimiento agregado actual de la réplica. Los tipos de las evaluaciones incorrectas pueden ser EventHealthEvaluation.
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
Las evaluaciones incorrectas que llevaron al estado de mantenimiento agregado actual.
Se aplica a
Azure SDK for .NET