FunctionSecrets Class

Definition

public class FunctionSecrets : Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecrets
type FunctionSecrets = class
    inherit ScriptSecrets
Public Class FunctionSecrets
Inherits ScriptSecrets
Inheritance
FunctionSecrets

Constructors

FunctionSecrets()
FunctionSecrets(IList<Key>)

Properties

HasStaleKeys
Keys
SecretsType

Methods

AddKey(Key, String) (Inherited from ScriptSecrets)
GetEnumerator()
GetFunctionKey(String, String) (Inherited from ScriptSecrets)
GetKeys(String)
Refresh(IKeyValueConverterFactory)
RemoveKey(Key, String) (Inherited from ScriptSecrets)

Applies to