Class EnvironmentResponse
Inheritance
System.Object
EnvironmentResponse
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class EnvironmentResponse : object
Constructors
|
Edit this page
View Source
EnvironmentResponse(IList<String>, IList<PropertySourceDescriptor>)
Declaration
public EnvironmentResponse(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