ICodePackageActivationContext.ReportDeployedServicePackageHealth メソッド

定義

オーバーロード

ReportDeployedServicePackageHealth(HealthInformation)

現在デプロイされているサービス パッケージの正常性を報告します。

ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)

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

ReportDeployedServicePackageHealth(HealthInformation)

現在デプロイされているサービス パッケージの正常性を報告します。

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

パラメーター

healthInfo
HealthInformation

報告される正常性情報。

適用対象

ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)

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

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

パラメーター

healthInfo
HealthInformation

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

sendOptions
HealthReportSendOptions

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

適用対象