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

PartitionsHealthEvaluation interface

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

属性

aggregatedHealthState

Service Fabric 实体(例如群集、节点、应用程序、服务、分区、副本等)的运行状况。可能的值包括:“Invalid”、“Ok”、“Warning”、“Error”、“Unknown”

description

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

kind

多态鉴别器

maxPercentUnhealthyPartitionsPerService

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

totalCount

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

unhealthyEvaluations

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

属性详细信息

aggregatedHealthState

Service Fabric 实体(例如群集、节点、应用程序、服务、分区、副本等)的运行状况。可能的值包括:“Invalid”、“Ok”、“Warning”、“Error”、“Unknown”

aggregatedHealthState?: HealthState

属性值

description

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

description?: string

属性值

string

kind

多态鉴别器

kind: "Partitions"

属性值

"Partitions"

maxPercentUnhealthyPartitionsPerService

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

maxPercentUnhealthyPartitionsPerService?: number

属性值

number

totalCount

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

totalCount?: number

属性值

number

unhealthyEvaluations

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

unhealthyEvaluations?: HealthEvaluationWrapper[]

属性值