FirewallDnsSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DNS Proxy settings for Firewall.
public class FirewallDnsSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallDnsSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallDnsSettings>
type FirewallDnsSettings = class
interface IJsonModel<FirewallDnsSettings>
interface IPersistableModel<FirewallDnsSettings>
Public Class FirewallDnsSettings
Implements IJsonModel(Of FirewallDnsSettings), IPersistableModel(Of FirewallDnsSettings)
- Inheritance
-
FirewallDnsSettings
- Implements
Constructors
FirewallDnsSettings() |
Initializes a new instance of FirewallDnsSettings. |
Properties
DnsServers |
List of IPs associated with the Firewall. |
EnabledDnsType |
Enabled DNS proxy type, disabled by default. |
EnableDnsProxy |
Enable DNS proxy, disabled by default. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<FirewallDnsSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FirewallDnsSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FirewallDnsSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FirewallDnsSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FirewallDnsSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET