Class HealthChecksSettings
Typed configuration options for healthchecks settings.
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class HealthChecksSettingsProperties
View SourceDisabledChecks
Gets or sets a value for the collection of healthchecks that are disabled.
Declaration
public IList<DisabledHealthCheckSettings> DisabledChecks { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<DisabledHealthCheckSettings> | 
Notification
Gets or sets a value for the healthcheck notification settings.
Declaration
public HealthChecksNotificationSettings Notification { get; set; }Property Value
| Type | Description | 
|---|---|
| HealthChecksNotificationSettings |