Class CloudFoundryServicesOptions
Inheritance
System.Object
CloudFoundryServicesOptions
Assembly: Steeltoe.Extensions.Configuration.CloudFoundryBase.dll
Syntax
public class CloudFoundryServicesOptions : AbstractOptions
Constructors
|
Edit this page
View Source
CloudFoundryServicesOptions()
Declaration
public CloudFoundryServicesOptions()
|
Edit this page
View Source
CloudFoundryServicesOptions(IConfiguration)
Declaration
public CloudFoundryServicesOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
|
Edit this page
View Source
CloudFoundryServicesOptions(IConfigurationRoot)
Declaration
public CloudFoundryServicesOptions(IConfigurationRoot root)
Parameters
Type |
Name |
Description |
IConfigurationRoot |
root |
|
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
Services
Declaration
public Dictionary<string, Service[]> Services { get; set; }
Property Value
Type |
Description |
Dictionary<System.String, Service[]> |
|
|
Edit this page
View Source
ServicesList
Declaration
public IList<Service> ServicesList { get; }
Property Value