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

ReplicaHealthState 类

定义

表示有状态服务副本 (replica) 或无状态服务实例运行状况的基类。

[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatefulServiceReplicaHealthState))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatelessServiceInstanceHealthState))]
public abstract class ReplicaHealthState : System.Fabric.Health.EntityHealthState
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatefulServiceReplicaHealthState))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatelessServiceInstanceHealthState))>]
type ReplicaHealthState = class
    inherit EntityHealthState
Public MustInherit Class ReplicaHealthState
Inherits EntityHealthState
继承
ReplicaHealthState
派生
属性

构造函数

ReplicaHealthState(ServiceKind)

初始化 ReplicaHealthState 类的新实例。

属性

AggregatedHealthState

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

(继承自 EntityHealthState)
Id

获取有状态副本 (replica) ID 或无状态服务实例 ID。

Kind

获取服务副本 (replica) 的类型。

PartitionId

获取分区 ID。

方法

ToString()

创建副本 (replica) 运行状况的字符串说明。

适用于