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 SourceHealthCheckGroup()
Declaration
public HealthCheckGroup()
Properties
View SourceChecks
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> |
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 |