次の方法で共有


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)

プロパティ値

適用対象