次の方法で共有


DhcpOptions クラス

定義

DhcpOptions には、仮想ネットワークにデプロイされた VM で利用できる DNS サーバーの配列が含まれています。 サブネットの標準 DHCP オプションは、VNET DHCP オプションをオーバーライドします。

public class DhcpOptions
type DhcpOptions = class
Public Class DhcpOptions
継承
DhcpOptions

コンストラクター

DhcpOptions()

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

DhcpOptions(IList<String>)

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

プロパティ

DnsServers

DNS サーバーの IP アドレスの一覧を取得または設定します。

適用対象