你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UpgradeDomainDeployedApplicationsHealthEvaluation.UnhealthyEvaluations 属性

定义

获取导致聚合运行状况状态的不正常评估的列表。 包括影响聚合运行状况的所有不正常 DeployedApplicationHealthEvaluation 项。

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)

属性值

导致当前聚合运行状况状态的不正常评估。

适用于