Network Interface Dns Settings Args
data class NetworkInterfaceDnsSettingsArgs(val dnsServers: Output<List<String>>? = null, val internalDnsNameLabel: Output<String>? = null) : ConvertibleToJava<NetworkInterfaceDnsSettingsArgs>
DNS settings of a network interface.
Properties
Link copied to clipboard
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.
Link copied to clipboard
Relative DNS name for this NIC used for internal communications between VMs in the same virtual network.