UpgradeDomainNodesHealthEvaluation.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 la lista de evaluaciones incorrectas que llevaron al estado de mantenimiento agregado. Incluye todo el estado incorrecto NodeHealthEvaluation que ha afectado al estado 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
Las evaluaciones incorrectas que llevaron al estado de mantenimiento agregado actual.
Se aplica a
Azure SDK for .NET