DeployedServicePackageHealth 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.
Décrit l’intégrité d’un package de service déployé tel que retourné par GetDeployedServicePackageHealthAsync(DeployedServicePackageHealthQueryDescription).
public sealed class DeployedServicePackageHealth : System.Fabric.Health.EntityHealth
type DeployedServicePackageHealth = class
inherit EntityHealth
Public NotInheritable Class DeployedServicePackageHealth
Inherits EntityHealth
- Héritage
Propriétés
AggregatedHealthState |
Obtient l’état d’intégrité agrégé de l’entité. (Hérité de EntityHealth) |
ApplicationName |
Obtient le nom de l’application, qui identifie de manière unique l’application. |
HealthEvents |
Obtient les événements d’intégrité signalés sur l’entité. (Hérité de EntityHealth) |
NodeName |
Obtient le nom du nœud où le package de service déployé est en cours d’exécution. |
ServiceManifestName |
Obtient le nom du manifeste de service. |
ServicePackageActivationId |
Obtient l’Id d’activation du package de service déployé. |
UnhealthyEvaluations |
Obtient les évaluations non saines qui indiquent pourquoi l’état d’intégrité agrégé actuel a été retourné par Health Manager. (Hérité de EntityHealth) |
Méthodes
AddUnhealthyEvaluationsString(StringBuilder) |
Avec un StringBuilder, ajoute une chaîne qui décrit les évaluations non saines, le cas échéant. (Hérité de EntityHealth) |
ToString() |
Obtient une représentation sous forme de chaîne du DeployedServicePackageHealth. |
S’applique à
Azure SDK for .NET