Class HealthChecksNotificationMethodSettings
Typed configuration options for healthcheck notification method settings.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class HealthChecksNotificationMethodSettings
Properties
View SourceEnabled
Gets or sets a value indicating whether the health check notification method is enabled.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FailureOnly
Gets or sets a value indicating whether the health check notifications should occur on failures only.
Declaration
public bool FailureOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Settings
Gets or sets a value providing provider specific settings for the health check notification method.
Declaration
public IDictionary<string, string> Settings { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.String> |
Verbosity
Gets or sets a value for the health check notifications reporting verbosity.
Declaration
public HealthCheckNotificationVerbosity Verbosity { get; set; }
Property Value
Type | Description |
---|---|
HealthCheckNotificationVerbosity |