Share via


EntityKindHealthStateCount Class

Definition

Represents health state count for entities of the specified entity kind. It is returned as part of health statistics when requested by the health queries.

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

Properties

EntityKind

Gets the entity kind. The HealthStateCount shows how many entities of this kind are in Ok, Warning, and Error state.

HealthStateCount

Gets the health state count for the entities of the specified kind.

Methods

ToString()

Returns a string representation of the health state count.

Applies to