Partager via


DeployedServicePackageHealthReport Classe

Définition

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
DeployedServicePackageHealthReport

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 à