Class HealthGroupOptions
Inheritance
System.Object
HealthGroupOptions
Namespace: Steeltoe.Management.Endpoint.Actuators.Health
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class HealthGroupOptions : object
Properties
| Edit this page View SourceInclude
Gets or sets a comma-separated list of health contributor IDs and/or health check registration names to include in this group.
Declaration
public string? Include { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
ShowComponents
Gets or sets when to show components in this group, overriding the endpoint-level setting.
Declaration
public ShowValues? ShowComponents { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ShowValues> |
ShowDetails
Gets or sets when to show details of components in this group, overriding the endpoint-level setting.
Declaration
public ShowValues? ShowDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ShowValues> |