HealthEvent 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 information reported on a health entity, such as cluster, application or node, with additional metadata added by the Health Manager.
public sealed class HealthEvent
type HealthEvent = class
Public NotInheritable Class HealthEvent
- Inheritance
-
HealthEvent
Remarks
Health events are returned by health queries such as GetClusterHealthAsync(ClusterHealthQueryDescription). They contain HealthInformation sent to Health Manager in a HealthReport.
Properties
| Name | Description |
|---|---|
| HealthInformation | |
| IsExpired | |
| LastErrorTransitionAt | |
| LastModifiedUtcTimestamp | |
| LastOkTransitionAt | |
| LastWarningTransitionAt | |
| SourceUtcTimestamp | |
Methods
| Name | Description |
|---|---|
| ToString() | |