Share via


NetworkInterfaceDnsSettings.DnsServers Property

Definition

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.

public Azure.Provisioning.BicepList<string> DnsServers { get; set; }
member this.DnsServers : Azure.Provisioning.BicepList<string> with get, set
Public Property DnsServers As BicepList(Of String)

Property Value

Applies to