次の方法で共有


UpgradeDomainDeltaNodesCheckHealthEvaluation.UnhealthyEvaluations プロパティ

定義

正常性状態の集計に至った異常な評価の一覧を取得します。 集計された正常性に影響を与えたすべての異常 NodeHealthEvaluation が含まれます。

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)

プロパティ値

現在の集計された正常性状態につながった異常な評価。

適用対象