VirtualMachineScaleSetNetworkConfigurationDnsSettings 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
VirtualMachineScaleSetNetworkConfigurationDnsSettings() | |
VirtualMachineScaleSetNetworkConfigurationDnsSettings(IList<String>) |
VirtualMachineScaleSetNetworkConfigurationDnsSettings()
public VirtualMachineScaleSetNetworkConfigurationDnsSettings ();
Public Sub New ()
Applies to
VirtualMachineScaleSetNetworkConfigurationDnsSettings(IList<String>)
public VirtualMachineScaleSetNetworkConfigurationDnsSettings (System.Collections.Generic.IList<string> dnsServers = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings : System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings
Public Sub New (Optional dnsServers As IList(Of String) = Nothing)