Table of Contents

Class Exposure

Namespace
Steeltoe.Management.Endpoint.Configuration
Assembly
Steeltoe.Management.Endpoint.dll

Indicates which actuators are exposed.

public sealed class Exposure
Inheritance
Exposure
Inherited Members

Properties

Exclude

Gets the IDs of the actuators to exclude. Takes precedence over included entries.

public IList<string> Exclude { get; }

Property Value

IList<string>

Include

Gets the IDs of the actuators to include. Excluded entries take precedence.

public IList<string> Include { get; }

Property Value

IList<string>