DeployedServicePackageHealthReport クラス

定義

デプロイされたサービス パッケージ正常性エンティティに適用される正常性レポートを表します。

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

注釈

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

コンストラクター

DeployedServicePackageHealthReport(Uri, String, String, HealthInformation)

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

DeployedServicePackageHealthReport(Uri, String, String, String, HealthInformation)

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

プロパティ

ApplicationName

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

HealthInformation

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

(継承元 HealthReport)
Kind

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

(継承元 HealthReport)
NodeName

デプロイされたサービス パッケージが実行されているノードの名前を取得します。

ServiceManifestName

サービス マニフェスト名を取得します。

ServicePackageActivationId

サービス パッケージの ActivationId を取得します。

適用対象