DNSSettings interface
The DNS(Domain Name Server) settings of a device.
Properties
primary |
The primary IPv4 DNS server for the device |
primary |
The primary IPv6 DNS server for the device |
secondary |
The secondary IPv4 DNS server for the device |
secondary |
The secondary IPv6 DNS server for the device |
Property Details
primaryDnsServer
The primary IPv4 DNS server for the device
primaryDnsServer?: string
Property Value
string
primaryIpv6DnsServer
The primary IPv6 DNS server for the device
primaryIpv6DnsServer?: string
Property Value
string
secondaryDnsServers
The secondary IPv4 DNS server for the device
secondaryDnsServers?: string[]
Property Value
string[]
secondaryIpv6DnsServers
The secondary IPv6 DNS server for the device
secondaryIpv6DnsServers?: string[]
Property Value
string[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript