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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET