StatelessServiceInstanceHealth クラス

定義

によって GetReplicaHealthAsync(ReplicaHealthQueryDescription)返されるステートレス インスタンスの正常性について説明します。

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

プロパティ

AggregatedHealthState

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

(継承元 EntityHealth)
HealthEvents

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

(継承元 EntityHealth)
Id

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

(継承元 ReplicaHealth)
InstanceId

ステートレス サービス インスタンスのインスタンス ID を取得します。

Kind

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

(継承元 ReplicaHealth)
PartitionId

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

(継承元 ReplicaHealth)
UnhealthyEvaluations

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

(継承元 EntityHealth)

メソッド

AddUnhealthyEvaluationsString(StringBuilder)

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

(継承元 EntityHealth)
ToString()

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

(継承元 ReplicaHealth)

適用対象