ApplicationsHealthEvaluation.UnhealthyEvaluations プロパティ

定義

正常性状態の集計に至った異常な評価の一覧を取得します。

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)

プロパティ値

現在の HealthEvaluation 集計された正常性状態につながった異常な評価を表す の一覧。

注釈

集計された正常性に影響を与えたすべての異常 ApplicationHealthEvaluation が含まれます。

適用対象