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