Share via


HealthStateCount Class

Definition

Represents information about how many health entities are in Ok, Warning, and Error state.

public sealed class HealthStateCount
type HealthStateCount = class
Public NotInheritable Class HealthStateCount
Inheritance
HealthStateCount

Properties

ErrorCount

Gets the number of entities that are in health state Error.

OkCount

Gets the number of entities that are in health state Ok.

WarningCount

Gets the number of entities that are in health state Warning.

Methods

ToString()

Returns a string representation of the health state count.

Applies to