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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET