Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    DisabledChecks

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

    Notification

    Gets or sets a value for the healthcheck notification settings.

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