HealthReport Class

 

Provides service health information generated by a IHealthIndicator which is used to indicate the service health using the HomeController as well as the StatusController.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Models
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Models.HealthReport

<DataContractAttribute(Name := "HealthReport", Namespace := "http://schemas.microsoft.com/windowsazure/mobileservices")>
Public Class HealthReport

NameDescription
System_CAPS_pubmethodHealthReport()

Initializes a new instance of the HealthReport with default health status.

System_CAPS_pubmethodHealthReport(HealthMeter, String)

Initializes a new instance of the HealthReport indicating the state of health of the service.

NameDescription
System_CAPS_pubpropertyDescription

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.

System_CAPS_pubpropertyDetails

Gets a IDictionary(Of TKey, TValue) containing details about the health of the service. The details are not being exposed publicly.

System_CAPS_pubpropertyHealth

Gets or sets a HealthMeter value indicating the health of the service.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: