Class HealthEndpointResponse
Inheritance
System.Object
HealthEndpointResponse
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class HealthEndpointResponse : HealthCheckResult
Constructors
|
Edit this page
View Source
HealthEndpointResponse(HealthCheckResult)
Declaration
public HealthEndpointResponse(HealthCheckResult result)
Parameters
Properties
|
Edit this page
View Source
Groups
Gets or sets the list of available health groups
Declaration
public IEnumerable<string> Groups { get; set; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|