Table of Contents

Class ConfigEnvironment

Namespace
Steeltoe.Extensions.Configuration.ConfigServer
Assembly
Steeltoe.Extensions.Configuration.ConfigServerBase.dll
public class ConfigEnvironment
Inheritance
ConfigEnvironment
Inherited Members

Properties

Label

public string Label { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Profiles

public IList<string> Profiles { get; set; }

Property Value

IList<string>

PropertySources

public IList<PropertySource> PropertySources { get; set; }

Property Value

IList<PropertySource>

State

public string State { get; set; }

Property Value

string

Version

public string Version { get; set; }

Property Value

string