Class Exposure
Indicates which actuators are exposed.
Inheritance
System.Object
Exposure
Namespace: Steeltoe.Management.Endpoint.Configuration
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class Exposure : object
Properties
| Edit this page View SourceExclude
Gets the IDs of the actuators to exclude. Takes precedence over included entries.
Declaration
public IList<string> Exclude { get; }
Property Value
Type | Description |
---|---|
IList<System.String> |
Include
Gets the IDs of the actuators to include. Excluded entries take precedence.
Declaration
public IList<string> Include { get; }
Property Value
Type | Description |
---|---|
IList<System.String> |