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

DeployedServicePackageHealthState 类

定义

表示已部署的服务包的运行状况,其中包含实体标识符和聚合的运行状况状态。

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

属性

AggregatedHealthState

获取运行状况管理器基于所有报告事件和所需策略计算的聚合运行状况状态。

(继承自 EntityHealthState)
ApplicationName

获取应用程序名称。

NodeName

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

ServiceManifestName

获取服务清单名称。

ServicePackageActivationId

获取服务包的 ActivationId。

方法

ToString()

创建已部署服务包运行状况的字符串说明,其中包含标识符和聚合的运行状况状态。

适用于