Class AbstractServiceOptions
Inheritance
System.Object
AbstractServiceOptions
Assembly: Steeltoe.Extensions.Configuration.CloudFoundryBase.dll
Syntax
public abstract class AbstractServiceOptions : object
Fields
|
Edit this page
View Source
CONFIGURATION_PREFIX
Declaration
public const string CONFIGURATION_PREFIX = null
Field Value
Type |
Description |
System.String |
|
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
Plan
Declaration
public string Plan { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declaration
public List<string> Tags { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
Methods
|
Edit this page
View Source
Bind(IConfiguration, String)
Declaration
public void Bind(IConfiguration configuration, string serviceName)
Parameters
Type |
Name |
Description |
IConfiguration |
configuration |
|
System.String |
serviceName |
|