Class SqlServerServiceInfoFactory
- Namespace
- Steeltoe.CloudFoundry.Connector.Services
- Assembly
- Steeltoe.CloudFoundry.ConnectorBase.dll
public class SqlServerServiceInfoFactory : ServiceInfoFactory
- Inheritance
-
SqlServerServiceInfoFactory
- Inherited Members
Constructors
SqlServerServiceInfoFactory()
public SqlServerServiceInfoFactory()
SqlServerServiceInfoFactory(Tags, string)
public SqlServerServiceInfoFactory(Tags tags, string scheme)
Parameters
SqlServerServiceInfoFactory(Tags, string[])
public SqlServerServiceInfoFactory(Tags tags, string[] schemes)
Parameters
Methods
Create(Service)
public override IServiceInfo Create(Service binding)
Parameters
binding
Service
Returns
Create(string, string, string, string)
public IServiceInfo Create(string id, string url, string username, string password)