CodePackageActivationContext.ReportDeployedServicePackageHealth 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
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. |
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
override this.ReportDeployedServicePackageHealth : System.Fabric.Health.HealthInformation -> unit
Public Sub ReportDeployedServicePackageHealth (healthInfo As HealthInformation)
Paramètres
- healthInfo
- HealthInformation
HealthInformation qui décrit les informations du rapport d’intégrité, telles que la source, la propriété et l’état d’intégrité.
Implémente
Exceptions
Retourné lorsqu’une référence null est passée à une méthode qui ne l’accepte pas comme argument valide.
Causé par l’un des éléments suivants :
Remarques
Les informations d’intégrité décrivent les détails du rapport, comme l’ID source, la propriété, l’état d’intégrité et d’autres détails pertinents. Le contexte d’activation du package de code utilise un client d’intégrité interne pour envoyer les rapports au magasin d’intégrité. Le client optimise les messages envoyés au Gestionnaire d’intégrité en effectuant des rapports par lots selon une durée configurée (valeur par défaut : 30 secondes). Si le rapport a une priorité élevée, vous pouvez spécifier des options d’envoi pour l’envoyer immédiatement à l’aide de ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions).
En savoir plus sur les rapports d’intégrité.
S’applique à
ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)
Signale l’intégrité du package de service déployé actuel.
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
override this.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é, telles que la source, la propriété et l’état d’intégrité.
- sendOptions
- HealthReportSendOptions
HealthReportSendOptions qui contrôle la façon dont le rapport est envoyé.
Implémente
Exceptions
Retourné lorsqu’une référence null est passée à une méthode qui ne l’accepte pas comme argument valide.
Causé par l’un des éléments suivants :
Remarques
Les informations d’intégrité décrivent les détails du rapport, comme l’ID source, la propriété, l’état d’intégrité et d’autres détails pertinents. Le contexte d’activation du package de code utilise un client d’intégrité interne pour envoyer les rapports au magasin d’intégrité. Le client optimise les messages envoyés au Gestionnaire d’intégrité en effectuant des rapports par lots selon une durée configurée (valeur par défaut : 30 secondes). Si le rapport a une priorité élevée, vous pouvez spécifier des options d’envoi pour l’envoyer immédiatement.
En savoir plus sur les rapports d’intégrité.
S’applique à
Azure SDK for .NET