SwaggerController 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 SwaggerController (Microsoft.Azure.WebJobs.Script.WebHost.ISwaggerDocumentManager swaggerDocumentManager, Microsoft.Azure.WebJobs.Script.WebHost.WebScriptHostManager scriptHostManager, Microsoft.Azure.WebJobs.Host.TraceWriter traceWriter, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.Azure.WebJobs.Script.WebHost.Controllers.SwaggerController : Microsoft.Azure.WebJobs.Script.WebHost.ISwaggerDocumentManager * Microsoft.Azure.WebJobs.Script.WebHost.WebScriptHostManager * Microsoft.Azure.WebJobs.Host.TraceWriter * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.Azure.WebJobs.Script.WebHost.Controllers.SwaggerController
Public Sub New (swaggerDocumentManager As ISwaggerDocumentManager, scriptHostManager As WebScriptHostManager, traceWriter As TraceWriter, loggerFactory As ILoggerFactory)
Parameters
- swaggerDocumentManager
- ISwaggerDocumentManager
- scriptHostManager
- WebScriptHostManager
- traceWriter
- Microsoft.Azure.WebJobs.Host.TraceWriter
- loggerFactory
- ILoggerFactory