Class RefreshEndpointOptions
Inherited Members
Namespace: Steeltoe.Management.Endpoint.Actuators.Refresh
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class RefreshEndpointOptions : EndpointOptions
Properties
| Edit this page View SourceReturnConfiguration
Gets or sets a value indicating whether to return the configuration after refreshing. Default value: true.
Declaration
public bool ReturnConfiguration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Edit this page View SourceGetDefaultAllowedVerbs()
Gets the default list of HTTP verbs that are allowed for this endpoint.
Declaration
protected override IList<string> GetDefaultAllowedVerbs()
Returns
Type | Description |
---|---|
IList<System.String> |