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

PartitionsHealthEvaluation 类

定义

表示服务分区的运行状况评估,包含影响当前聚合运行状况状态的每个不正常分区的运行状况评估。 在评估服务运行状况并且聚合的运行状况状态为 ErrorWarning时,可以返回 。

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

属性

AggregatedHealthState

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

(继承自 HealthEvaluation)
Description

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

(继承自 HealthEvaluation)
Kind

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

(继承自 HealthEvaluation)
MaxPercentUnhealthyPartitionsPerService

ServiceTypeHealthPolicy中获取每个服务允许的最大不正常分区百分比。

TotalCount

从运行状况存储中获取服务的分区总数。

UnhealthyEvaluations

获取导致聚合运行状况状态的不正常评估的列表。 包括影响聚合运行状况的所有不正常 PartitionHealthEvaluation 项。

方法

ToString()

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

(继承自 HealthEvaluation)

适用于