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