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

DeployedApplicationHealthState 类

定义

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

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

属性

AggregatedHealthState

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

(继承自 EntityHealthState)
ApplicationName

获取应用程序名称。

NodeName

获取已部署应用程序的节点名称。

方法

ToString()

在节点上创建应用程序的字符串说明,其中包含 ID 和运行状况状态。

适用于