次の方法で共有


NodeHealthEvaluation.UnhealthyEvaluations プロパティ

定義

ノードの現在の集計された正常性状態につながる異常な評価を取得します。 異常な評価の種類には を指定 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)

プロパティ値

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

適用対象