Class ManagementEndpointOptions
- Namespace
- Steeltoe.Management.Endpoint
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class ManagementEndpointOptions : IManagementOptions
- Inheritance
-
ManagementEndpointOptions
- Implements
- Derived
- Inherited Members
Constructors
ManagementEndpointOptions()
public ManagementEndpointOptions()
ManagementEndpointOptions(IConfiguration)
public ManagementEndpointOptions(IConfiguration config)
Parameters
config
IConfiguration
Properties
CustomJsonConverters
Gets or sets a list of assembly-qualified custom JsonCoverters
public string[] CustomJsonConverters { get; set; }
Property Value
- string[]
Enabled
public bool? Enabled { get; set; }
Property Value
- bool?
EndpointOptions
public List<IEndpointOptions> EndpointOptions { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
Port
public string Port { get; set; }
Property Value
Sensitive
public bool? Sensitive { get; set; }
Property Value
- bool?
SerializerOptions
public JsonSerializerOptions SerializerOptions { get; set; }
Property Value
UseStatusCodeFromResponse
public bool UseStatusCodeFromResponse { get; set; }