Class ConfigEnvironment
Inheritance
System.Object
ConfigEnvironment
Assembly: Steeltoe.Extensions.Configuration.ConfigServerBase.dll
Syntax
public class ConfigEnvironment : object
Properties
|
Edit this page
View Source
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Profiles
Declaration
public IList<string> Profiles { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|
|
Edit this page
View Source
PropertySources
Declaration
public IList<PropertySource> PropertySources { get; set; }
Property Value
|
Edit this page
View Source
State
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|