Table of Contents

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

activeProfiles IList<string>
sources IList<PropertySourceDescriptor>

Properties

ActiveProfiles

[JsonProperty("activeProfiles")]
public IList<string> ActiveProfiles { get; }

Property Value

IList<string>

PropertySources

[JsonProperty("propertySources")]
public IList<PropertySourceDescriptor> PropertySources { get; }

Property Value

IList<PropertySourceDescriptor>