PartitionHealthState クラス

定義

パーティション識別子とその集計された正常性状態を含むパーティションの正常性状態を表します。

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

プロパティ

AggregatedHealthState

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

(継承元 EntityHealthState)
PartitionId

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

メソッド

ToString()

パーティションの正常性状態の文字列の説明を作成します。

適用対象