Class HealthOptions
[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
configIConfiguration
Properties
Claim
public EndpointClaim Claim { get; set; }
Property Value
Role
public string Role { get; set; }
Property Value
ShowDetails
public ShowDetails ShowDetails { get; set; }