StatefulServiceReplicaHealth クラス

定義

によって GetReplicaHealthAsync(ReplicaHealthQueryDescription)返されるステートフル サービス レプリカの正常性について説明します。

public sealed class StatefulServiceReplicaHealth : System.Fabric.Health.ReplicaHealth
type StatefulServiceReplicaHealth = class
    inherit ReplicaHealth
Public NotInheritable Class StatefulServiceReplicaHealth
Inherits ReplicaHealth
継承
StatefulServiceReplicaHealth

プロパティ

AggregatedHealthState

エンティティの集計された正常性状態を取得します。

(継承元 EntityHealth)
HealthEvents

エンティティで報告された正常性イベントを取得します。

(継承元 EntityHealth)
Id

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

(継承元 ReplicaHealth)
Kind

ステートレスまたはステートフルのいずれかのレプリカの種類を取得します。 これに基づいて、レプリカの正常性は または StatelessServiceInstanceHealthのいずれかにStatefulServiceReplicaHealth変換できます。

(継承元 ReplicaHealth)
PartitionId

パーティション識別子を取得します。

(継承元 ReplicaHealth)
ReplicaId

レプリカ ID を取得します。

UnhealthyEvaluations

現在の集計された正常性状態が Health Manager によって返された理由を示す異常な評価を取得します。

(継承元 EntityHealth)

メソッド

AddUnhealthyEvaluationsString(StringBuilder)

StringBuilder指定すると、異常な評価 (ある場合) を記述する文字列が追加されます。

(継承元 EntityHealth)
ToString()

の文字列表現を取得します ReplicaHealth

(継承元 ReplicaHealth)

適用対象