Interface IConnectionStringResolver
- Namespace
- Microsoft.Azure.WebJobs.Extensions.DurableTask
- Assembly
- Microsoft.Azure.WebJobs.Extensions.DurableTask.dll
Interface defining methods to resolve connection strings.
public interface IConnectionStringResolver
Methods
Resolve(string)
Looks up a connection string value given a name.
string Resolve(string connectionStringName)
Parameters
connectionStringName
stringThe name of the connection string.
Returns
- string
Returns the resolved connection string value.