Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkInterfaceDnsSettings

Package version

DNS settings of a network interface.

Hierarchy

  • NetworkInterfaceDnsSettings

Index

Properties

Optional appliedDnsServers

appliedDnsServers: string[]

If the VM that uses this NIC is part of an Availability Set, then this list will have the union of all DNS servers from all NICs that are part of the Availability Set. This property is what is configured on each of those VMs.

Optional dnsServers

dnsServers: string[]

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.

Optional internalDnsNameLabel

internalDnsNameLabel: undefined | string

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

Optional internalDomainNameSuffix

internalDomainNameSuffix: undefined | string

Even if internalDnsNameLabel is not specified, a DNS entry is created for the primary NIC of the VM. This DNS name can be constructed by concatenating the VM name with the value of internalDomainNameSuffix.

Optional internalFqdn

internalFqdn: undefined | string

Fully qualified DNS name supporting internal communications between VMs in the same virtual network.

Generated using TypeDoc