Class EnvironmentDescriptor
Inheritance
System.Object
EnvironmentDescriptor
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class EnvironmentDescriptor : object
Constructors
|
Edit this page
View Source
EnvironmentDescriptor(IList<String>, IList<PropertySourceDescriptor>)
Declaration
public EnvironmentDescriptor(IList<string> activeProfiles, IList<PropertySourceDescriptor> sources)
Parameters
Properties
|
Edit this page
View Source
ActiveProfiles
Declaration
public IList<string> ActiveProfiles { get; }
Property Value
Type |
Description |
IList<System.String> |
|
|
Edit this page
View Source
PropertySources
Declaration
public IList<PropertySourceDescriptor> PropertySources { get; }
Property Value