NetworkSettingsPatch Constructors

Definition

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