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

ServiceHealthState 类

定义

表示服务的运行状况状态,该服务包含服务标识符及其聚合的运行状况状态。

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

属性

AggregatedHealthState

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

(继承自 EntityHealthState)
ServiceName

获取服务名称。

方法

ToString()

创建服务运行状况状态的字符串说明。

适用于