Partager via


ICodePackageActivationContext.ReportDeployedServicePackageHealth Méthode

Définition

Surcharges

ReportDeployedServicePackageHealth(HealthInformation)

Signale l’intégrité du package de service déployé actuel.

ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)

Signale l’intégrité du package de service déployé actuel. Spécifie les options d’envoi qui contrôlent la façon dont le rapport est envoyé au magasin d’intégrité.

ReportDeployedServicePackageHealth(HealthInformation)

Signale l’intégrité du package de service déployé actuel.

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

Paramètres

healthInfo
HealthInformation

Informations d’intégrité à signaler.

S’applique à

ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)

Signale l’intégrité du package de service déployé actuel. Spécifie les options d’envoi qui contrôlent la façon dont le rapport est envoyé au magasin d’intégrité.

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)

Paramètres

healthInfo
HealthInformation

HealthInformation qui décrit les informations du rapport d’intégrité.

sendOptions
HealthReportSendOptions

HealthReportSendOptions qui contrôle la façon dont le rapport est envoyé.

S’applique à