EntityKindHealthStateCount Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |