Class HealthEndpointResponse
- Namespace
- Steeltoe.Management.Endpoint.Health
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class HealthEndpointResponse : HealthCheckResult
- Inheritance
-
HealthEndpointResponse
- Inherited Members
Constructors
HealthEndpointResponse(HealthCheckResult)
public HealthEndpointResponse(HealthCheckResult result)
Parameters
result
HealthCheckResult
Properties
Groups
Gets or sets the list of available health groups
public IEnumerable<string> Groups { get; set; }