NicIPv4 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
NicIPv4() |
Initializes a new instance of the NicIPv4 class. |
NicIPv4(String, String, String, String, String) |
Initializes a new instance of the NicIPv4 class. |
NicIPv4()
Initializes a new instance of the NicIPv4 class.
public NicIPv4 ();
Public Sub New ()
Applies to
NicIPv4(String, String, String, String, String)
Initializes a new instance of the NicIPv4 class.
public NicIPv4 (string ipv4Address = default, string ipv4Netmask = default, string ipv4Gateway = default, string controller0Ipv4Address = default, string controller1Ipv4Address = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.NicIPv4 : string * string * string * string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.NicIPv4
Public Sub New (Optional ipv4Address As String = Nothing, Optional ipv4Netmask As String = Nothing, Optional ipv4Gateway As String = Nothing, Optional controller0Ipv4Address As String = Nothing, Optional controller1Ipv4Address As String = Nothing)
Parameters
- ipv4Address
- String
The IPv4 address of the network adapter.
- ipv4Netmask
- String
The IPv4 netmask of the network adapter.
- ipv4Gateway
- String
The IPv4 gateway of the network adapter.
- controller0Ipv4Address
- String
The IPv4 address of Controller0.
- controller1Ipv4Address
- String
The IPv4 address of Controller1.