次の方法で共有


NodeHealthReport クラス

定義

ノード正常性エンティティに適用する正常性レポートを表します。 レポートは、 を使用して正常性ストアに ReportHealth(HealthReport)送信されます。

public class NodeHealthReport : System.Fabric.Health.HealthReport
type NodeHealthReport = class
    inherit HealthReport
Public Class NodeHealthReport
Inherits HealthReport
継承
NodeHealthReport

コンストラクター

NodeHealthReport(String, HealthInformation)

NodeHealthReport クラスの新しいインスタンスを初期化します。

プロパティ

HealthInformation

一般的な正常性フィールドを記述する正常性情報を取得します。

(継承元 HealthReport)
Kind

正常性レポートの種類を取得します。

(継承元 HealthReport)
NodeName

ノード名を取得します。

適用対象