Class ManagementEndpointOptions
Inheritance
System.Object
ManagementEndpointOptions
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class ManagementEndpointOptions : object, IManagementOptions
Constructors
|
Edit this page
View Source
ManagementEndpointOptions()
Declaration
public ManagementEndpointOptions()
|
Edit this page
View Source
ManagementEndpointOptions(IConfiguration)
Declaration
public ManagementEndpointOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Properties
|
Edit this page
View Source
CustomJsonConverters
Declaration
public string[] CustomJsonConverters { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
Enabled
Declaration
public bool? Enabled { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
EndpointOptions
Declaration
public List<IEndpointOptions> EndpointOptions { get; set; }
Property Value
|
Edit this page
View Source
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Port
Declaration
public string Port { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Sensitive
Declaration
public bool? Sensitive { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
SerializerOptions
Declaration
public JsonSerializerOptions SerializerOptions { get; set; }
Property Value
Type |
Description |
JsonSerializerOptions |
|
|
Edit this page
View Source
UseStatusCodeFromResponse
Declaration
public bool UseStatusCodeFromResponse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements