View Source
Class HealthChecksSection
Inheritance
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
Assembly: Umbraco.Core.dll
Syntax
public class HealthChecksSection : ConfigurationSection, IHealthChecks
Properties
View Source
DisabledChecks
Declaration
[ConfigurationProperty("disabledChecks")]
public DisabledHealthChecksElementCollection DisabledChecks { get; }
Property Value
View Source
NotificationSettings
Declaration
[ConfigurationProperty("notificationSettings", IsRequired = true)]
public HealthCheckNotificationSettingsElement NotificationSettings { get; }
Property Value
Explicit Interface Implementations
View Source
IHealthChecks.DisabledChecks
Declaration
IEnumerable<IDisabledHealthCheck> IHealthChecks.DisabledChecks { get; }
Returns
View Source
IHealthChecks.NotificationSettings
Declaration
IHealthCheckNotificationSettings IHealthChecks.NotificationSettings { get; }
Returns