DnsServerSettings 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
DnsServerSettings() |
Initializes a new instance of the DnsServerSettings class. |
DnsServerSettings(String, String) |
Initializes a new instance of the DnsServerSettings class with required arguments. |
DnsServerSettings()
Initializes a new instance of the DnsServerSettings class.
public DnsServerSettings ();
Public Sub New ()
Applies to
DnsServerSettings(String, String)
Initializes a new instance of the DnsServerSettings class with required arguments.
public DnsServerSettings (string primaryIPv4, string primaryIPv6);
new Microsoft.WindowsAzure.Management.StorSimple.Models.DnsServerSettings : string * string -> Microsoft.WindowsAzure.Management.StorSimple.Models.DnsServerSettings
Public Sub New (primaryIPv4 As String, primaryIPv6 As String)
Parameters
- primaryIPv4
- String
- primaryIPv6
- String
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