Class HealthEndpointOptions
Inheritance
System.Object
HealthEndpointOptions
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class HealthEndpointOptions : AbstractEndpointOptions, IHealthOptions, IEndpointOptions
Constructors
|
Edit this page
View Source
HealthEndpointOptions()
Declaration
public HealthEndpointOptions()
|
Edit this page
View Source
HealthEndpointOptions(IConfiguration)
Declaration
public HealthEndpointOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Properties
|
Edit this page
View Source
Claim
Declaration
public EndpointClaim Claim { get; set; }
Property Value
|
Edit this page
View Source
Groups
Declaration
public Dictionary<string, HealthGroupOptions> Groups { get; set; }
Property Value
|
Edit this page
View Source
Role
Declaration
public string Role { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ShowDetails
Declaration
public ShowDetails ShowDetails { get; set; }
Property Value
Implements