View Source
Class HealthCheckAttribute
Metadata attribute for Health checks
Inheritance
System.Object
System.Attribute
Assembly: Umbraco.Web.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class HealthCheckAttribute : Attribute, _Attribute
Constructors
View Source
HealthCheckAttribute(String, String)
Declaration
public HealthCheckAttribute(string id, string name)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
name |
|
Properties
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Group
Declaration
public string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
Property Value
Type |
Description |
System.Guid |
|
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|