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
Properties
View SourceDisabledChecks
Gets or sets a value for the collection of healthchecks that are disabled.
Declaration
public List<DisabledHealthCheckSettings> DisabledChecks { get; set; }
Property Value
Type | Description |
---|---|
List<DisabledHealthCheckSettings> |
Notification
Gets or sets a value for the healthcheck notification settings.
Declaration
public HealthChecksNotificationSettings Notification { get; set; }
Property Value
Type | Description |
---|---|
HealthChecksNotificationSettings |