次の方法で共有


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)

適用対象