Class EnvironmentDescriptor
- Namespace
 - Steeltoe.Management.Endpoint.Env
 
- Assembly
 - Steeltoe.Management.EndpointBase.dll
 
public class EnvironmentDescriptor
  - Inheritance
 - 
      
      EnvironmentDescriptor
 
- Inherited Members
 
Constructors
EnvironmentDescriptor(IList<string>, IList<PropertySourceDescriptor>)
public EnvironmentDescriptor(IList<string> activeProfiles, IList<PropertySourceDescriptor> sources)
  Parameters
activeProfilesIList<string>sourcesIList<PropertySourceDescriptor>
Properties
ActiveProfiles
[JsonPropertyName("activeProfiles")]
public IList<string> ActiveProfiles { get; }
  Property Value
PropertySources
[JsonPropertyName("propertySources")]
public IList<PropertySourceDescriptor> PropertySources { get; }