HealthMeter Enum
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.
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
Name | Value | Description |
---|---|---|
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. |
Error | 3 | The service logs have additional information about a serious issue. |
Critical | 4 | The service logs have additional information about a critical issue. |
Applies to
Azure SDK for .NET