Compartir a través de


HealthInformation(String, String, HealthState) Constructor

Definición

Inicializa una nueva instancia de la clase 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

Origen del informe. No puede ser null ni estar vacío. No puede empezar por "System"., que es una palabra clave reservada para los componentes del sistema que informan.

property
String

Propiedad del informe. No puede ser null ni estar vacío.

healthState
HealthState

Estado de mantenimiento del informe. Debe especificarse. Debe ser uno de los Errorvalores , Warning o Ok .

Excepciones

El valor de property no puede ser null.

No se admite la especificación healthState .

Se aplica a