Freigeben über


ApplicationHealthReport(Uri, HealthInformation) Konstruktor

Definition

Initialisiert eine neue Instanz der ApplicationHealthReport-Klasse.

public ApplicationHealthReport (Uri applicationName, System.Fabric.Health.HealthInformation healthInformation);
new System.Fabric.Health.ApplicationHealthReport : Uri * System.Fabric.Health.HealthInformation -> System.Fabric.Health.ApplicationHealthReport
Public Sub New (applicationName As Uri, healthInformation As HealthInformation)

Parameter

applicationName
Uri

Der Anwendungsname. Darf nicht NULL sein.

healthInformation
HealthInformation

Das HealthInformation beschreibt die Berichtsfelder, z. B. sourceId, Eigenschaft, Integritätszustand. Darf nicht NULL sein.

Ausnahmen

Ein NULL-Wert wurde für einen erforderlichen Parameter übergeben.

Gilt für: