HealthReport クラス

定義

正常性レポート クラスの基本クラスを表します。

[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.ApplicationHealthReport))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.ClusterHealthReport))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.NodeHealthReport))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.PartitionHealthReport))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.ServiceHealthReport))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatelessServiceInstanceHealthReport))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatefulServiceReplicaHealthReport))]
public abstract class HealthReport
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.ApplicationHealthReport))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.ClusterHealthReport))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.NodeHealthReport))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.PartitionHealthReport))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.ServiceHealthReport))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatelessServiceInstanceHealthReport))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatefulServiceReplicaHealthReport))>]
type HealthReport = class
Public MustInherit Class HealthReport
継承
HealthReport
派生
属性

注釈

サポートされている正常性レポートの種類は次のとおりです。

レポートは、 を使用して ReportHealth(HealthReport)正常性ストアに送信できます。

コンストラクター

HealthReport(HealthReportKind, HealthInformation)

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

プロパティ

HealthInformation

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

Kind

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

適用対象