次の方法で共有


DeployedApplicationHealthReport クラス

定義

デプロイされたアプリケーション正常性エンティティに適用される正常性レポートを表します。

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

注釈

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

コンストラクター

DeployedApplicationHealthReport(Uri, String, HealthInformation)

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

プロパティ

ApplicationName

アプリケーション名を取得します。

HealthInformation

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

(継承元 HealthReport)
Kind

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

(継承元 HealthReport)
NodeName

デプロイされたアプリケーションが実行されているノード名を取得します。

適用対象