Uses of Class
com.azure.resourcemanager.network.models.DnsSettings
-
Packages that use DnsSettings 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. -
-
Uses of DnsSettings in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return DnsSettings Modifier and Type Method Description DnsSettingsFirewallPolicyInner. dnsSettings()Get the dnsSettings property: DNS Proxy Settings definition.DnsSettingsFirewallPolicyPropertiesFormat. dnsSettings()Get the dnsSettings property: DNS Proxy Settings definition.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type DnsSettings Modifier and Type Method Description FirewallPolicyInnerFirewallPolicyInner. withDnsSettings(DnsSettings dnsSettings)Set the dnsSettings property: DNS Proxy Settings definition.FirewallPolicyPropertiesFormatFirewallPolicyPropertiesFormat. withDnsSettings(DnsSettings dnsSettings)Set the dnsSettings property: DNS Proxy Settings definition. -
Uses of DnsSettings in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return DnsSettings Modifier and Type Method Description DnsSettingsDnsSettings. withEnableProxy(Boolean enableProxy)Set the enableProxy property: Enable DNS Proxy on Firewalls attached to the Firewall Policy.DnsSettingsDnsSettings. withRequireProxyForNetworkRules(Boolean requireProxyForNetworkRules)Set the requireProxyForNetworkRules property: FQDNs in Network Rules are supported when set to true.DnsSettingsDnsSettings. withServers(List<String> servers)Set the servers property: List of Custom DNS Servers.
-