View Source
Class HealthCheckAttribute
Metadata attribute for Health checks
Inheritance
object
Attribute
Assembly: Umbraco.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class HealthCheckAttribute : Attribute
Constructors
View Source
HealthCheckAttribute(string, string)
Declaration
public HealthCheckAttribute(string id, string name)
Parameters
| Type |
Name |
Description |
| string |
id |
|
| string |
name |
|
Properties
View Source
Description
Declaration
public string? Description { get; set; }
Property Value
View Source
Group
Declaration
public string? Group { get; set; }
Property Value
View Source
Id
Declaration
Property Value
View Source
Name
Declaration
public string Name { get; }
Property Value