你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FunctionSecrets 类

定义

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

构造函数

FunctionSecrets()
FunctionSecrets(IList<Key>)

属性

HasStaleKeys
Keys
SecretsType

方法

AddKey(Key, String) (继承自 ScriptSecrets)
GetEnumerator()
GetFunctionKey(String, String) (继承自 ScriptSecrets)
GetKeys(String)
Refresh(IKeyValueConverterFactory)
RemoveKey(Key, String) (继承自 ScriptSecrets)

适用于