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