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

DeployedServicePackagesHealthEvaluation 类

定义

表示已部署服务包的运行状况评估,其中包含影响当前聚合运行状况状态的每个不正常的已部署服务包的运行状况评估。 在评估已部署的应用程序运行状况并且聚合的运行状况状态为 ErrorWarning时,可以返回 。

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

属性

AggregatedHealthState

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

(继承自 HealthEvaluation)
Description

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

(继承自 HealthEvaluation)
Kind

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

(继承自 HealthEvaluation)
TotalCount

获取运行状况存储中已部署的应用程序的已部署服务包的总数。

UnhealthyEvaluations

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

方法

ToString()

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

(继承自 HealthEvaluation)

适用于