ICodePackageActivationContext.ReportApplicationHealth メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ReportApplicationHealth(HealthInformation) |
現在のアプリケーションの正常性を報告します。 |
ReportApplicationHealth(HealthInformation, HealthReportSendOptions) |
現在のアプリケーションの正常性を報告します。 レポートの送信方法を制御するオプションを指定します。 |
ReportApplicationHealth(HealthInformation)
現在のアプリケーションの正常性を報告します。
public void ReportApplicationHealth (System.Fabric.Health.HealthInformation healthInfo);
abstract member ReportApplicationHealth : System.Fabric.Health.HealthInformation -> unit
Public Sub ReportApplicationHealth (healthInfo As HealthInformation)
パラメーター
- healthInfo
- HealthInformation
HealthInformation正常性レポート情報を記述する 。
適用対象
ReportApplicationHealth(HealthInformation, HealthReportSendOptions)
現在のアプリケーションの正常性を報告します。 レポートの送信方法を制御するオプションを指定します。
public void ReportApplicationHealth (System.Fabric.Health.HealthInformation healthInfo, System.Fabric.Health.HealthReportSendOptions sendOptions);
abstract member ReportApplicationHealth : System.Fabric.Health.HealthInformation * System.Fabric.Health.HealthReportSendOptions -> unit
Public Sub ReportApplicationHealth (healthInfo As HealthInformation, sendOptions As HealthReportSendOptions)
パラメーター
- healthInfo
- HealthInformation
HealthInformation正常性レポート情報を記述する 。
- sendOptions
- HealthReportSendOptions
HealthReportSendOptionsレポートの送信方法を制御する 。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET