Class HealthChecksNotificationSettings
Typed configuration options for healthcheck notification settings.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class HealthChecksNotificationSettings
Properties
View SourceDisabledChecks
Gets or sets a value for the collection of health checks that are disabled for notifications.
Declaration
public List<DisabledHealthCheckSettings> DisabledChecks { get; set; }
Property Value
Type | Description |
---|---|
List<DisabledHealthCheckSettings> |
Enabled
Gets or sets a value indicating whether health check notifications are enabled.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FirstRunTime
Gets or sets a value for the first run time of a healthcheck notification in crontab format.
Declaration
public string FirstRunTime { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NotificationMethods
Gets or sets a value for the collection of health check notification methods.
Declaration
public IDictionary<string, HealthChecksNotificationMethodSettings> NotificationMethods { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, HealthChecksNotificationMethodSettings> |
Period
Gets or sets a value for the period of the healthcheck notification.
Declaration
public TimeSpan Period { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |