NetworkAdapters Constructors

Definition

Overloads

NetworkAdapters()

Initializes a new instance of the NetworkAdapters class.

NetworkAdapters(NetInterfaceId, NetInterfaceStatus, ISCSIAndCloudStatus, NetworkMode, Nullable<Boolean>, Nullable<Int64>, NicIPv4, NicIPv6)

Initializes a new instance of the NetworkAdapters class.

NetworkAdapters()

Initializes a new instance of the NetworkAdapters class.

public NetworkAdapters ();
Public Sub New ()

Applies to

NetworkAdapters(NetInterfaceId, NetInterfaceStatus, ISCSIAndCloudStatus, NetworkMode, Nullable<Boolean>, Nullable<Int64>, NicIPv4, NicIPv6)

Initializes a new instance of the NetworkAdapters class.

public NetworkAdapters (Microsoft.Azure.Management.StorSimple8000Series.Models.NetInterfaceId interfaceId, Microsoft.Azure.Management.StorSimple8000Series.Models.NetInterfaceStatus netInterfaceStatus, Microsoft.Azure.Management.StorSimple8000Series.Models.ISCSIAndCloudStatus iscsiAndCloudStatus, Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkMode mode, bool? isDefault = default, long? speed = default, Microsoft.Azure.Management.StorSimple8000Series.Models.NicIPv4 nicIpv4Settings = default, Microsoft.Azure.Management.StorSimple8000Series.Models.NicIPv6 nicIpv6Settings = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkAdapters : Microsoft.Azure.Management.StorSimple8000Series.Models.NetInterfaceId * Microsoft.Azure.Management.StorSimple8000Series.Models.NetInterfaceStatus * Microsoft.Azure.Management.StorSimple8000Series.Models.ISCSIAndCloudStatus * Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkMode * Nullable<bool> * Nullable<int64> * Microsoft.Azure.Management.StorSimple8000Series.Models.NicIPv4 * Microsoft.Azure.Management.StorSimple8000Series.Models.NicIPv6 -> Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkAdapters
Public Sub New (interfaceId As NetInterfaceId, netInterfaceStatus As NetInterfaceStatus, iscsiAndCloudStatus As ISCSIAndCloudStatus, mode As NetworkMode, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional speed As Nullable(Of Long) = Nothing, Optional nicIpv4Settings As NicIPv4 = Nothing, Optional nicIpv6Settings As NicIPv6 = Nothing)

Parameters

interfaceId
NetInterfaceId

The ID of the network adapter. Possible values include: 'Invalid', 'Data0', 'Data1', 'Data2', 'Data3', 'Data4', 'Data5'

netInterfaceStatus
NetInterfaceStatus

Value indicating status of network adapter. Possible values include: 'Enabled', 'Disabled'

iscsiAndCloudStatus
ISCSIAndCloudStatus

Value indicating cloud and ISCSI status of network adapter. Possible values include: 'Disabled', 'IscsiEnabled', 'CloudEnabled', 'IscsiAndCloudEnabled'

mode
NetworkMode

The mode of network adapter, either IPv4, IPv6 or both. Possible values include: 'Invalid', 'IPV4', 'IPV6', 'BOTH'

isDefault
Nullable<Boolean>

Value indicating whether this instance is default.

speed
Nullable<Int64>

The speed of the network adapter.

nicIpv4Settings
NicIPv4

The IPv4 configuration of the network adapter.

nicIpv6Settings
NicIPv6

The IPv6 configuration of the network adapter.

Applies to