Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Enabled

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

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

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

    Verbosity

    Gets or sets a value for the health check notifications reporting verbosity.

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