Partager via


IHealthIndicator.SetHealthReport(HealthReport) Méthode

Définition

Définit le actuel HealthReport pour le service. Le nouveau HealthReport remplace l’intégrité actuelle du service, c’est-à-dire qu’il n’y en a qu’une seule active HealthReport à un moment donné.

public void SetHealthReport (Microsoft.WindowsAzure.Mobile.Service.Models.HealthReport report);
abstract member SetHealthReport : Microsoft.WindowsAzure.Mobile.Service.Models.HealthReport -> unit
Public Sub SetHealthReport (report As HealthReport)

Paramètres

report
HealthReport

HealthReport à définir comme status actuel.

S’applique à