次の方法で共有


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)

適用対象