Compartilhar via


HealthInformation(String, String, HealthState) Construtor

Definição

Inicializa uma nova instância da classe HealthInformation.

public HealthInformation (string sourceId, string property, System.Fabric.Health.HealthState healthState);
new System.Fabric.Health.HealthInformation : string * string * System.Fabric.Health.HealthState -> System.Fabric.Health.HealthInformation
Public Sub New (sourceId As String, property As String, healthState As HealthState)

Parâmetros

sourceId
String

A origem do relatório. Não pode estar null ou vazio. Ele não pode começar com "System.", que é reservado palavra-chave para relatórios de componentes do sistema.

property
String

A propriedade do relatório. Não pode estar null ou vazio.

healthState
HealthState

O estado de integridade do relatório. Deve ser especificado. Deve ser um dos Errorvalores ou WarningOk .

Exceções

property não pode ser null.

Não há suporte para especificado healthState .

Aplica-se a