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

EventHealthEvaluation 类

定义

表示 的 HealthEvent运行状况评估。 在评估实体的运行状况返回 或 Warning时,可以返回 Error

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

属性

AggregatedHealthState

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

(继承自 HealthEvaluation)
ConsiderWarningAsError

获取 Boolean ,指示是否以与错误相同的严重性对待警告。 字段在用于评估实体的运行状况策略中指定。

Description

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

(继承自 HealthEvaluation)
Kind

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

(继承自 HealthEvaluation)
UnhealthyEvent

获取不正常的事件详细信息。

方法

ToString()

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

(继承自 HealthEvaluation)

适用于