次の方法で共有


FunctionSecrets コンストラクター

定義

オーバーロード

FunctionSecrets()
FunctionSecrets(IList<Key>)

FunctionSecrets()

public FunctionSecrets();
Public Sub New ()

適用対象

FunctionSecrets(IList<Key>)

public FunctionSecrets(System.Collections.Generic.IList<Microsoft.Azure.WebJobs.Script.WebHost.Key> keys);
new Microsoft.Azure.WebJobs.Script.WebHost.FunctionSecrets : System.Collections.Generic.IList<Microsoft.Azure.WebJobs.Script.WebHost.Key> -> Microsoft.Azure.WebJobs.Script.WebHost.FunctionSecrets
Public Sub New (keys As IList(Of Key))

パラメーター

keys
IList<Key>

適用対象