次の方法で共有


VirtualNetworkGateway.EnableDnsForwarding プロパティ

定義

DNS 転送が有効かどうかを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableDnsForwarding")]
public bool? EnableDnsForwarding { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableDnsForwarding")>]
member this.EnableDnsForwarding : Nullable<bool> with get, set
Public Property EnableDnsForwarding As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象