Table of Contents

Interface IEnvEndpoint

Namespace
Steeltoe.Management.Endpoint.Env
Assembly
Steeltoe.Management.EndpointBase.dll
public interface IEnvEndpoint

Methods

GetPropertySourceDescriptor(IConfigurationProvider)

PropertySourceDescriptor GetPropertySourceDescriptor(IConfigurationProvider provider)

Parameters

provider IConfigurationProvider

Returns

PropertySourceDescriptor

GetPropertySourceName(IConfigurationProvider)

string GetPropertySourceName(IConfigurationProvider provider)

Parameters

provider IConfigurationProvider

Returns

string

GetPropertySources(IConfiguration)

IList<PropertySourceDescriptor> GetPropertySources(IConfiguration configuration)

Parameters

configuration IConfiguration

Returns

IList<PropertySourceDescriptor>

Invoke()

EnvironmentDescriptor Invoke()

Returns

EnvironmentDescriptor