Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    DisabledChecks

    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>
    View Source

    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
    View Source

    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
    View Source

    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>
    View Source

    Period

    Gets or sets a value for the period of the healthcheck notification.

    Declaration
    public TimeSpan Period { get; set; }
    Property Value
    Type Description
    TimeSpan
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DisabledChecks
      • Enabled
      • FirstRunTime
      • NotificationMethods
      • Period
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX