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

ApplicationsHealthEvaluation 类

定义

表示应用程序的运行状况评估,其中包含影响当前聚合运行状况状态的每个不正常应用程序的运行状况评估。

public sealed class ApplicationsHealthEvaluation : System.Fabric.Health.HealthEvaluation
type ApplicationsHealthEvaluation = class
    inherit HealthEvaluation
Public NotInheritable Class ApplicationsHealthEvaluation
Inherits HealthEvaluation
继承
ApplicationsHealthEvaluation

注解

当群集的聚合运行状况状态为 ErrorWarning时,可以在群集运行状况评估期间返回应用程序评估。

属性

AggregatedHealthState

已评估实体的聚合运行状况。

(继承自 HealthEvaluation)
Description

获取运行状况评估的说明,它表示评估过程的摘要。

(继承自 HealthEvaluation)
Kind

获取运行状况评估的类型。

(继承自 HealthEvaluation)
MaxPercentUnhealthyApplications

ClusterHealthPolicy获取允许的最大不正常应用程序百分比。

TotalCount

获取运行状况存储区中的应用程序总数。

UnhealthyEvaluations

获取导致聚合运行状况状态的不正常评估的列表。

方法

ToString()

返回运行状况评估的字符串表示形式。

(继承自 HealthEvaluation)

适用于