Search Results for

    Show / Hide Table of Contents
    View Source

    Class HealthCheckGroup

    Represents a group of related health checks.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.HealthChecks
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "healthCheckGroup", Namespace = "")]
    public class HealthCheckGroup

    Constructors

    View Source

    HealthCheckGroup()

    Declaration
    public HealthCheckGroup()

    Properties

    View Source

    Checks

    Gets or sets the list of health checks in this group.

    Declaration
    [DataMember(Name = "checks")]
    public List<HealthCheck>? Checks { get; set; }
    Property Value
    Type Description
    List<HealthCheck>
    View Source

    Name

    Gets or sets the name of the health check group.

    Declaration
    [DataMember(Name = "name")]
    public string? Name { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX