FunctionMetadataResolver Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public FunctionMetadataResolver (string scriptFileDirectory, System.Collections.Generic.ICollection<Microsoft.Azure.WebJobs.Script.Extensibility.ScriptBindingProvider> bindingProviders, Microsoft.Azure.WebJobs.Host.TraceWriter traceWriter, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.Azure.WebJobs.Script.Description.FunctionMetadataResolver : string * System.Collections.Generic.ICollection<Microsoft.Azure.WebJobs.Script.Extensibility.ScriptBindingProvider> * Microsoft.Azure.WebJobs.Host.TraceWriter * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.Azure.WebJobs.Script.Description.FunctionMetadataResolver
Public Sub New (scriptFileDirectory As String, bindingProviders As ICollection(Of ScriptBindingProvider), traceWriter As TraceWriter, loggerFactory As ILoggerFactory)
Parameters
- scriptFileDirectory
- String
- bindingProviders
- ICollection<ScriptBindingProvider>
- traceWriter
- Microsoft.Azure.WebJobs.Host.TraceWriter
- loggerFactory
- ILoggerFactory
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET