次の方法で共有


KeyInfo コンストラクター

定義

オーバーロード

KeyInfo()

KeyInfo クラスの新しいインスタンスを初期化します。

KeyInfo(String, String)

KeyInfo クラスの新しいインスタンスを初期化します。

KeyInfo()

KeyInfo クラスの新しいインスタンスを初期化します。

public KeyInfo ();
Public Sub New ()

適用対象

KeyInfo(String, String)

KeyInfo クラスの新しいインスタンスを初期化します。

public KeyInfo (string name = default, string value = default);
new Microsoft.Azure.Management.WebSites.Models.KeyInfo : string * string -> Microsoft.Azure.Management.WebSites.Models.KeyInfo
Public Sub New (Optional name As String = Nothing, Optional value As String = Nothing)

パラメーター

name
String

キー名

value
String

キー値

適用対象