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

HostSecrets 类

定义

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

构造函数

HostSecrets()

属性

FunctionKeys
HasStaleKeys
MasterKey
SecretsType
SystemKeys

方法

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

适用于