Uses of Class
com.azure.resourcemanager.network.models.DnsSettings
Packages that use DnsSettings
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 DnsSettingsModifier and TypeMethodDescriptionFirewallPolicyDraftInner.dnsSettings()Get the dnsSettings property: DNS Proxy Settings definition.FirewallPolicyDraftProperties.dnsSettings()Get the dnsSettings property: DNS Proxy Settings definition.FirewallPolicyInner.dnsSettings()Get the dnsSettings property: DNS Proxy Settings definition.FirewallPolicyPropertiesFormat.dnsSettings()Get the dnsSettings property: DNS Proxy Settings definition.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type DnsSettingsModifier and TypeMethodDescriptionFirewallPolicyDraftInner.withDnsSettings(DnsSettings dnsSettings) Set the dnsSettings property: DNS Proxy Settings definition.FirewallPolicyDraftProperties.withDnsSettings(DnsSettings dnsSettings) Set the dnsSettings property: DNS Proxy Settings definition.FirewallPolicyInner.withDnsSettings(DnsSettings dnsSettings) Set the dnsSettings property: DNS Proxy Settings definition.FirewallPolicyPropertiesFormat.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 DnsSettingsModifier and TypeMethodDescriptionstatic DnsSettingsDnsSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DnsSettings from the JsonReader.DnsSettings.withEnableProxy(Boolean enableProxy) Set the enableProxy property: Enable DNS Proxy on Firewalls attached to the Firewall Policy.DnsSettings.withRequireProxyForNetworkRules(Boolean requireProxyForNetworkRules) Set the requireProxyForNetworkRules property: FQDNs in Network Rules are supported when set to true.DnsSettings.withServers(List<String> servers) Set the servers property: List of Custom DNS Servers.