DeployedServicePackageHealthReport Classe
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.
Représente un rapport d’intégrité à appliquer à l’entité d’intégrité du package de service déployé.
public class DeployedServicePackageHealthReport : System.Fabric.Health.HealthReport
type DeployedServicePackageHealthReport = class
inherit HealthReport
Public Class DeployedServicePackageHealthReport
Inherits HealthReport
- Héritage
Remarques
Le rapport peut être envoyé au magasin d’intégrité à l’aide de ReportHealth(HealthReport).
Constructeurs
DeployedServicePackageHealthReport(Uri, String, String, HealthInformation) |
Initialise une nouvelle instance de la classe DeployedServicePackageHealthReport. |
DeployedServicePackageHealthReport(Uri, String, String, String, HealthInformation) |
Initialise une nouvelle instance de la classe DeployedServicePackageHealthReport. |
Propriétés
ApplicationName |
Obtient le nom de l’application. |
HealthInformation |
Obtient les informations d’intégrité qui décrivent les champs d’intégrité courants. (Hérité de HealthReport) |
Kind |
Obtient le type de rapport d’intégrité. (Hérité de HealthReport) |
NodeName |
Obtient le nom du nœud sur lequel le package de service déployé est en cours d’exécution. |
ServiceManifestName |
Obtient le nom du manifeste de service. |
ServicePackageActivationId |
Obtient l’ActivationId du package de service. |
S’applique à
Azure SDK for .NET