次の方法で共有


DeployedApplicationHealthEvaluation.UnhealthyEvaluations プロパティ

定義

デプロイされたアプリケーションの現在の集計された正常性状態につながる異常な評価を取得します。 異常な評価の種類は、 または ですDeployedServicePackagesHealthEvaluationEventHealthEvaluation

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)

プロパティ値

現在の集計された正常性状態の原因となった異常な評価の一覧。

適用対象