次の方法で共有


Key コンストラクター

定義

オーバーロード

Key()
Key(String, String)

Key()

public Key ();
Public Sub New ()

適用対象

Key(String, String)

public Key (string name, string value);
new Microsoft.Azure.WebJobs.Script.WebHost.Key : string * string -> Microsoft.Azure.WebJobs.Script.WebHost.Key
Public Sub New (name As String, value As String)

パラメーター

name
String
value
String

適用対象