Class CloudFoundryServicesOptions
Inheritance
System.Object
CloudFoundryServicesOptions
Assembly: Steeltoe.Extensions.Configuration.CloudFoundryBase.dll
Syntax
public class CloudFoundryServicesOptions : ServicesOptions, IServicesInfo
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 |
|
Properties
|
Edit this page
View Source
CONFIGURATION_PREFIX
Declaration
public override string CONFIGURATION_PREFIX { get; protected set; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Edit this page
View Source
ServicesConfigRoot
Declaration
public static string ServicesConfigRoot { get; }
Property Value
Type |
Description |
System.String |
|
Implements