Interface IManagementOptions
- Namespace
- Steeltoe.Management
- Assembly
- Steeltoe.Management.Abstractions.dll
public interface IManagementOptions
Properties
Enabled
bool? Enabled { get; }
Property Value
- bool?
EndpointOptions
List<IEndpointOptions> EndpointOptions { get; }
Property Value
Path
string Path { get; }
Property Value
Port
string Port { get; }
Property Value
UseStatusCodeFromResponse
bool UseStatusCodeFromResponse { get; set; }