HealthIndicator.GetHealthReport Method

Definition

Gets the current HealthReport for the service.

public Microsoft.WindowsAzure.Mobile.Service.Models.HealthReport GetHealthReport ();
abstract member GetHealthReport : unit -> Microsoft.WindowsAzure.Mobile.Service.Models.HealthReport
override this.GetHealthReport : unit -> Microsoft.WindowsAzure.Mobile.Service.Models.HealthReport
Public Function GetHealthReport () As HealthReport

Returns

The current HealthReport.

Implements

Applies to