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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET