FunctionSecrets Constructors
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.
Overloads
FunctionSecrets() | |
FunctionSecrets(IList<Key>) |
FunctionSecrets()
public FunctionSecrets ();
Public Sub New ()
Applies to
FunctionSecrets(IList<Key>)
public FunctionSecrets (System.Collections.Generic.IList<Microsoft.Azure.WebJobs.Script.WebHost.Key> keys);
new Microsoft.Azure.WebJobs.Script.WebHost.FunctionSecrets : System.Collections.Generic.IList<Microsoft.Azure.WebJobs.Script.WebHost.Key> -> Microsoft.Azure.WebJobs.Script.WebHost.FunctionSecrets
Public Sub New (keys As IList(Of Key))