ICodePackageActivationContext.ReportDeployedApplicationHealth Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ReportDeployedApplicationHealth(HealthInformation) |
Signale l’intégrité de l’application déployée actuelle. |
ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions) |
Signale l’intégrité de l’application déployée actuelle. Spécifie les options permettant de contrôler la façon dont le rapport est envoyé. |
ReportDeployedApplicationHealth(HealthInformation)
Signale l’intégrité de l’application déployée actuelle.
public void ReportDeployedApplicationHealth (System.Fabric.Health.HealthInformation healthInfo);
abstract member ReportDeployedApplicationHealth : System.Fabric.Health.HealthInformation -> unit
Public Sub ReportDeployedApplicationHealth (healthInfo As HealthInformation)
Paramètres
- healthInfo
- HealthInformation
Informations d’intégrité à signaler.
S’applique à
ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions)
Signale l’intégrité de l’application déployée actuelle. Spécifie les options permettant de contrôler la façon dont le rapport est envoyé.
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)
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 à
Azure SDK for .NET