Partager via


DeployedApplicationHealthReport(Uri, String, HealthInformation) Constructeur

Définition

Initialise une nouvelle instance de la classe DeployedApplicationHealthReport.

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

Paramètres

applicationName
Uri

Nom d'application. Ne peut pas être null.

nodeName
String

Nom du nœud. Ne peut pas être Null ou vide.

healthInformation
HealthInformation

HealthInformation qui décrit les champs de rapport, tels que sourceId, propriété, état d’intégrité. Ne peut pas être null.

Exceptions

healthInformation ne peut pas être null.

nodeName ne peut pas être vide.

S’applique à