Table of Contents

Class HealthOptions

Namespace
Steeltoe.Management.Endpoint.Health
Assembly
Steeltoe.Management.EndpointBase.dll
[Obsolete("Use HealthEndpointOptions instead.")]
public class HealthOptions : AbstractOptions, IHealthOptions, IEndpointOptions
Inheritance
HealthOptions
Implements
Inherited Members
Extension Methods

Constructors

HealthOptions()

public HealthOptions()

HealthOptions(IConfiguration)

public HealthOptions(IConfiguration config)

Parameters

config IConfiguration

Properties

Claim

public EndpointClaim Claim { get; set; }

Property Value

EndpointClaim

Role

public string Role { get; set; }

Property Value

string

ShowDetails

public ShowDetails ShowDetails { get; set; }

Property Value

ShowDetails