DnsSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DnsSettings() |
Initializes a new instance of the DnsSettings class. |
DnsSettings(IList<String>, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the DnsSettings class. |
DnsSettings()
Initializes a new instance of the DnsSettings class.
public DnsSettings ();
Public Sub New ()
Applies to
DnsSettings(IList<String>, Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the DnsSettings class.
public DnsSettings (System.Collections.Generic.IList<string> servers = default, bool? enableProxy = default, bool? requireProxyForNetworkRules = default);
new Microsoft.Azure.Management.Network.Models.DnsSettings : System.Collections.Generic.IList<string> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Network.Models.DnsSettings
Public Sub New (Optional servers As IList(Of String) = Nothing, Optional enableProxy As Nullable(Of Boolean) = Nothing, Optional requireProxyForNetworkRules As Nullable(Of Boolean) = Nothing)
Parameters
FQDNs in Network Rules are supported when set to true.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET