Interface IHealthOptions
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public interface IHealthOptions : IEndpointOptions
Properties
|
Edit this page
View Source
Claim
Declaration
EndpointClaim Claim { get; set; }
Property Value
|
Edit this page
View Source
Groups
Declaration
Dictionary<string, HealthGroupOptions> Groups { get; set; }
Property Value
|
Edit this page
View Source
Role
Declaration
string Role { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ShowDetails
Declaration
ShowDetails ShowDetails { get; set; }
Property Value
Extension Methods