Table of Contents

Class HealthEndpointOptions

Namespace
Steeltoe.Management.Endpoint.Health
Assembly
Steeltoe.Management.EndpointBase.dll
public class HealthEndpointOptions : AbstractEndpointOptions, IHealthOptions, IEndpointOptions
Inheritance
HealthEndpointOptions
Implements
Inherited Members
Extension Methods

Constructors

HealthEndpointOptions()

public HealthEndpointOptions()

HealthEndpointOptions(IConfiguration)

public HealthEndpointOptions(IConfiguration config)

Parameters

config IConfiguration

Properties

Claim

public EndpointClaim Claim { get; set; }

Property Value

EndpointClaim

Groups

public Dictionary<string, HealthGroupOptions> Groups { get; set; }

Property Value

Dictionary<string, HealthGroupOptions>

Role

public string Role { get; set; }

Property Value

string

ShowDetails

public ShowDetails ShowDetails { get; set; }

Property Value

ShowDetails