HealthReport 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.
Provides service health information generated by a IHealthIndicator which is used to indicate the service health using the HomeController as well as the StatusController.
[System.Runtime.Serialization.DataContract(Name="HealthReport", Namespace="http://schemas.microsoft.com/windowsazure/mobileservices")]
public class HealthReport
[<System.Runtime.Serialization.DataContract(Name="HealthReport", Namespace="http://schemas.microsoft.com/windowsazure/mobileservices")>]
type HealthReport = class
Public Class HealthReport
- Inheritance
-
HealthReport
- Attributes
Constructors
HealthReport() |
Initializes a new instance of the HealthReport with default health status. |
HealthReport(HealthMeter, String) |
Initializes a new instance of the HealthReport indicating the state of health of the service. |
Properties
Description |
Gets or sets a message describing the state of health of the service. The information provided here may be exposed public so care should be taken not to expose confidential information. |
Details |
Gets a IDictionary<TKey,TValue> containing details about the health of the service. The details are not being exposed publicly. |
Health |
Gets or sets a HealthMeter value indicating the health of the service. |
Applies to
Azure SDK for .NET