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
GetPropertySourceName(IConfigurationProvider)
string GetPropertySourceName(IConfigurationProvider provider)
Parameters
provider
IConfigurationProvider
Returns
GetPropertySources(IConfiguration)
IList<PropertySourceDescriptor> GetPropertySources(IConfiguration configuration)
Parameters
configuration
IConfiguration
Returns
Invoke()
EnvironmentDescriptor Invoke()