次の方法で共有


ServiceHealthReport クラス

定義

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

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

コンストラクター

ServiceHealthReport(Uri, HealthInformation)

ServiceHealthReport の新しいインスタンスを初期化します。

プロパティ

HealthInformation

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

(継承元 HealthReport)
Kind

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

(継承元 HealthReport)
ServiceName

サービスの名前を取得します。

適用対象