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
Name
public string Name { get; set; }
Property Value
Profiles
public IList<string> Profiles { get; set; }
Property Value
PropertySources
public IList<PropertySource> PropertySources { get; set; }
Property Value
State
public string State { get; set; }
Property Value
Version
public string Version { get; set; }