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

ServiceHealthEvaluation 类

定义

表示服务的运行状况评估,其中包含有关运行状况存储用于评估运行状况的数据和算法的信息。 仅当聚合的运行状况状态为 ErrorWarning时,才会返回评估。

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

属性

AggregatedHealthState

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

(继承自 HealthEvaluation)
Description

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

(继承自 HealthEvaluation)
Kind

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

(继承自 HealthEvaluation)
ServiceName

获取服务名称。

UnhealthyEvaluations

获取导致服务的当前聚合运行状况状态的不正常评估。 不正常评估的类型可以是 PartitionsHealthEvaluationEventHealthEvaluation

方法

ToString()

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

(继承自 HealthEvaluation)

适用于