共用方式為


SecondaryDNSSettings Constructors

Definition

Overloads

SecondaryDNSSettings()
SecondaryDNSSettings(IList<String>)

SecondaryDNSSettings()

public SecondaryDNSSettings ();
Public Sub New ()

Applies to

SecondaryDNSSettings(IList<String>)

public SecondaryDNSSettings (System.Collections.Generic.IList<string> secondaryDnsServers = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.SecondaryDNSSettings : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.SecondaryDNSSettings
Public Sub New (Optional secondaryDnsServers As IList(Of String) = Nothing)

Parameters

secondaryDnsServers
IList<String>

Applies to