HealthMeter Enum

Definition

Indicates the state of health of the service. This is used by the HealthIndicator to issue a health report upon request. One place where this is used is to indicate with a notice on the service home page reporting the state of health of the service.

public enum HealthMeter
type HealthMeter = 
Public Enum HealthMeter
Inheritance
HealthMeter

Fields

Critical 4

The service logs have additional information about a critical issue.

Error 3

The service logs have additional information about a serious issue.

Healthy 0

The service is considered to be in a healthy state.

Info 1

The service logs have additional information about a potential issue.

Warning 2

The service logs have additional information about an issue.

Applies to