ReplicaHealthState クラス

定義

ステートフル サービス レプリカまたはステートレス サービス インスタンスの正常性状態の基本クラスを表します。

[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

報告されたすべてのイベントと目的のポリシーに基づいて Health Manager によって計算された集計された正常性状態を取得します。

(継承元 EntityHealthState)
Id

ステートフル レプリカ ID またはステートレス サービス インスタンス ID を取得します。

Kind

サービス レプリカの種類を取得します。

PartitionId

パーティション ID を取得します。

メソッド

ToString()

レプリカの正常性状態の文字列の説明を作成します。

適用対象