次の方法で共有


VirtualNetwork.DhcpOptions プロパティ

定義

仮想ネットワークにデプロイされた VM で使用できる DNS サーバーの配列を含む dhcpOptions を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dhcpOptions")]
public Microsoft.Azure.Management.Network.Models.DhcpOptions DhcpOptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dhcpOptions")>]
member this.DhcpOptions : Microsoft.Azure.Management.Network.Models.DhcpOptions with get, set
Public Property DhcpOptions As DhcpOptions

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象