Partilhar via


NodeHealthReport(String, HealthInformation) Construtor

Definição

Inicializa uma nova instância da classe NodeHealthReport.

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

Parâmetros

nodeName
String

O nome do nó. Não pode ser nulo ou vazio.

healthInformation
HealthInformation

O HealthInformation que descreve os campos de relatório, como sourceId, propriedade, estado de integridade. Obrigatórios.

Exceções

As informações de integridade não podem ser nulas.

O nome do nó não pode estar vazio.

Aplica-se a