| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DnsSettings |
FirewallPolicyInner.dnsSettings()
Get the dnsSettings property: DNS Proxy Settings definition.
|
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyInner |
FirewallPolicyInner.withDnsSettings(DnsSettings dnsSettings)
Set the dnsSettings property: DNS Proxy Settings definition.
|
| Modifier and Type | Method and Description |
|---|---|
DnsSettings |
DnsSettings.withEnableProxy(Boolean enableProxy)
Set the enableProxy property: Enable DNS Proxy on Firewalls attached to the Firewall Policy.
|
DnsSettings |
DnsSettings.withRequireProxyForNetworkRules(Boolean requireProxyForNetworkRules)
Set the requireProxyForNetworkRules property: FQDNs in Network Rules are supported when set to true.
|
DnsSettings |
DnsSettings.withServers(List<String> servers)
Set the servers property: List of Custom DNS Servers.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.