Table of Contents

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

IList<string>

PropertySources

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

Property Value

IList<PropertySourceDescriptor>