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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET