你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkInterfaceDnsSettings.DnsServers 属性

定义

DNS 服务器 IP 地址列表。 使用“AzureProvidedDNS”切换到 Azure 提供的 DNS 解析。 “AzureProvidedDNS”值不能与其他 IP 组合,它必须是 dnsServers 集合中的唯一值。

public System.Collections.Generic.IList<string> DnsServers { get; }
member this.DnsServers : System.Collections.Generic.IList<string>
Public ReadOnly Property DnsServers As IList(Of String)

属性值

适用于