Interface IEnvEndpoint
- Namespace
- Steeltoe.Management.Endpoint.Env
- Assembly
- Steeltoe.Management.EndpointBase.dll
public interface IEnvEndpoint
Methods
GetPropertySourceDescriptor(IConfigurationProvider)
PropertySourceDescriptor GetPropertySourceDescriptor(IConfigurationProvider provider)
Parameters
providerIConfigurationProvider
Returns
GetPropertySourceName(IConfigurationProvider)
string GetPropertySourceName(IConfigurationProvider provider)
Parameters
providerIConfigurationProvider
Returns
GetPropertySources(IConfiguration)
IList<PropertySourceDescriptor> GetPropertySources(IConfiguration configuration)
Parameters
configurationIConfiguration
Returns
Invoke()
EnvironmentDescriptor Invoke()