Interface IEnvEndpoint
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public interface IEnvEndpoint
Methods
|
Edit this page
View Source
GetPropertySourceDescriptor(IConfigurationProvider)
Declaration
PropertySourceDescriptor GetPropertySourceDescriptor(IConfigurationProvider provider)
Parameters
Type |
Name |
Description |
IConfigurationProvider |
provider |
|
Returns
|
Edit this page
View Source
GetPropertySourceName(IConfigurationProvider)
Declaration
string GetPropertySourceName(IConfigurationProvider provider)
Parameters
Type |
Name |
Description |
IConfigurationProvider |
provider |
|
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
GetPropertySources(IConfiguration)
Declaration
IList<PropertySourceDescriptor> GetPropertySources(IConfiguration configuration)
Parameters
Type |
Name |
Description |
IConfiguration |
configuration |
|
Returns
|
Edit this page
View Source
Invoke()
Declaration
EnvironmentDescriptor Invoke()
Returns