Partager via


NodeHealth Classe

Définition

Décrit l’intégrité d’un nœud retournée par GetNodeHealthAsync(NodeHealthQueryDescription).

public sealed class NodeHealth : System.Fabric.Health.EntityHealth
type NodeHealth = class
    inherit EntityHealth
Public NotInheritable Class NodeHealth
Inherits EntityHealth
Héritage
NodeHealth

Propriétés

AggregatedHealthState

Obtient l’état d’intégrité agrégé de l’entité.

(Hérité de EntityHealth)
HealthEvents

Obtient les événements d’intégrité signalés sur l’entité.

(Hérité de EntityHealth)
NodeName

Obtient le nom du nœud.

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 NodeHealth.

S’applique à