次の方法で共有


NodeHealthState クラス

定義

ノード識別子とその集計された正常性状態を含むノードの正常性状態を表します。

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

プロパティ

AggregatedHealthState

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

(継承元 EntityHealthState)
NodeName

ノードの名前を取得します。

メソッド

ToString()

ノードの正常性状態の文字列の説明を作成します。

適用対象