Class HealthGroupOptions
- Namespace
- Steeltoe.Management.Endpoint.Actuators.Health
- Assembly
- Steeltoe.Management.Endpoint.dll
public sealed class HealthGroupOptions
- Inheritance
-
HealthGroupOptions
- Inherited Members
Properties
Include
Gets or sets a comma-separated list of health contributor IDs and/or health check registration names to include in this group.
public string? Include { get; set; }
Property Value
ShowComponents
Gets or sets when to show components in this group, overriding the endpoint-level setting.
public ShowValues? ShowComponents { get; set; }
Property Value
ShowDetails
Gets or sets when to show details of components in this group, overriding the endpoint-level setting.
public ShowValues? ShowDetails { get; set; }