Class AbstractServiceOptions
- Namespace
- Steeltoe.Extensions.Configuration.CloudFoundry
- Assembly
- Steeltoe.Extensions.Configuration.CloudFoundryBase.dll
public abstract class AbstractServiceOptions
- Inheritance
-
AbstractServiceOptions
- Inherited Members
Fields
CONFIGURATION_PREFIX
public const string CONFIGURATION_PREFIX = "vcap:services"
Field Value
Properties
Label
public string Label { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Plan
public string Plan { get; set; }
Property Value
Tags
public List<string> Tags { get; set; }
Property Value
Methods
Bind(IConfiguration, string)
public void Bind(IConfiguration configuration, string serviceName)
Parameters
configuration
IConfigurationserviceName
string