Share via


NetworkInterfaceDnsSettings interface

DNS settings of a network interface.

Properties

dnsServers

List of DNS servers IP addresses. Use 'AzureProvidedDNS' to switch to azure provided DNS resolution. 'AzureProvidedDNS' value cannot be combined with other IPs, it must be the only value in dnsServers collection.

internalDnsNameLabel

Relative DNS name for this NIC used for internal communications between VMs in the same virtual network.

Property Details

dnsServers

List of DNS servers IP addresses. Use 'AzureProvidedDNS' to switch to azure provided DNS resolution. 'AzureProvidedDNS' value cannot be combined with other IPs, it must be the only value in dnsServers collection.

dnsServers?: string[]

Property Value

string[]

internalDnsNameLabel

Relative DNS name for this NIC used for internal communications between VMs in the same virtual network.

internalDnsNameLabel?: string

Property Value

string