次の方法で共有


ICodePackageActivationContext.ReportDeployedApplicationHealth メソッド

定義

オーバーロード

ReportDeployedApplicationHealth(HealthInformation)

現在デプロイされているアプリケーションの正常性を報告します。

ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions)

現在デプロイされているアプリケーションの正常性を報告します。 レポートの送信方法を制御するオプションを指定します。

ReportDeployedApplicationHealth(HealthInformation)

現在デプロイされているアプリケーションの正常性を報告します。

public void ReportDeployedApplicationHealth (System.Fabric.Health.HealthInformation healthInfo);
abstract member ReportDeployedApplicationHealth : System.Fabric.Health.HealthInformation -> unit
Public Sub ReportDeployedApplicationHealth (healthInfo As HealthInformation)

パラメーター

healthInfo
HealthInformation

報告される正常性情報。

適用対象

ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions)

現在デプロイされているアプリケーションの正常性を報告します。 レポートの送信方法を制御するオプションを指定します。

public void ReportDeployedApplicationHealth (System.Fabric.Health.HealthInformation healthInfo, System.Fabric.Health.HealthReportSendOptions sendOptions);
abstract member ReportDeployedApplicationHealth : System.Fabric.Health.HealthInformation * System.Fabric.Health.HealthReportSendOptions -> unit
Public Sub ReportDeployedApplicationHealth (healthInfo As HealthInformation, sendOptions As HealthReportSendOptions)

パラメーター

healthInfo
HealthInformation

HealthInformation正常性レポート情報を記述する 。

sendOptions
HealthReportSendOptions

HealthReportSendOptionsレポートの送信方法を制御する 。

適用対象