次の方法で共有


DhcpOptions コンストラクター

定義

オーバーロード

DhcpOptions()

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

DhcpOptions(IList<String>)

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

DhcpOptions()

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

public DhcpOptions ();
Public Sub New ()

適用対象

DhcpOptions(IList<String>)

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

public DhcpOptions (System.Collections.Generic.IList<string> dnsServers = default);
new Microsoft.Azure.Management.Network.Models.DhcpOptions : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.DhcpOptions
Public Sub New (Optional dnsServers As IList(Of String) = Nothing)

パラメーター

dnsServers
IList<String>

DNS サーバーの IP アドレスの一覧。

適用対象