NetworkSettingsPatch 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
NetworkSettingsPatch() |
Initializes a new instance of the NetworkSettingsPatch class. |
NetworkSettingsPatch(DNSSettings, NetworkAdapterList) |
Initializes a new instance of the NetworkSettingsPatch class. |
NetworkSettingsPatch()
Initializes a new instance of the NetworkSettingsPatch class.
public NetworkSettingsPatch ();
Public Sub New ()
Applies to
NetworkSettingsPatch(DNSSettings, NetworkAdapterList)
Initializes a new instance of the NetworkSettingsPatch class.
public NetworkSettingsPatch (Microsoft.Azure.Management.StorSimple8000Series.Models.DNSSettings dnsSettings = default, Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkAdapterList networkAdapters = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkSettingsPatch : Microsoft.Azure.Management.StorSimple8000Series.Models.DNSSettings * Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkAdapterList -> Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkSettingsPatch
Public Sub New (Optional dnsSettings As DNSSettings = Nothing, Optional networkAdapters As NetworkAdapterList = Nothing)
Parameters
- dnsSettings
- DNSSettings
The DNS (Domain Name System) settings of device.
- networkAdapters
- NetworkAdapterList
The network adapter list of device.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET