StatelessServiceInstanceHealthState クラス

定義

インスタンス ID と集計された正常性状態を含むステートレス サービス インスタンス正常性エンティティの正常性状態を表します。

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

プロパティ

AggregatedHealthState

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

(継承元 EntityHealthState)
Id

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

(継承元 ReplicaHealthState)
InstanceId

インスタンス ID を取得します。

Kind

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

(継承元 ReplicaHealthState)
PartitionId

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

(継承元 ReplicaHealthState)

メソッド

ToString()

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

(継承元 ReplicaHealthState)

適用対象