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

DeployedServicePackageHealth 类

定义

描述由 返回的已部署服务包的 GetDeployedServicePackageHealthAsync(DeployedServicePackageHealthQueryDescription)运行状况。

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

属性

AggregatedHealthState

获取实体聚合运行状况状态。

(继承自 EntityHealth)
ApplicationName

获取唯一标识应用程序的应用程序名称。

HealthEvents

获取实体上报告的运行状况事件。

(继承自 EntityHealth)
NodeName

获取运行已部署服务包的节点名称。

ServiceManifestName

获取服务清单名称。

ServicePackageActivationId

获取已部署服务包的 ActivationId。

UnhealthyEvaluations

获取运行状况管理器返回当前聚合运行状况状态的原因的不正常评估。

(继承自 EntityHealth)

方法

AddUnhealthyEvaluationsString(StringBuilder)

给定 一个 StringBuilder,会追加一个描述不正常评估的字符串(如果有)。

(继承自 EntityHealth)
ToString()

获取 的 DeployedServicePackageHealth字符串表示形式。

适用于