NicIPv6 Constructors

Definition

Overloads

NicIPv6()

Initializes a new instance of the NicIPv6 class.

NicIPv6(String, String, String, String, String)

Initializes a new instance of the NicIPv6 class.

NicIPv6()

Initializes a new instance of the NicIPv6 class.

public NicIPv6 ();
Public Sub New ()

Applies to

NicIPv6(String, String, String, String, String)

Initializes a new instance of the NicIPv6 class.

public NicIPv6 (string ipv6Address = default, string ipv6Prefix = default, string ipv6Gateway = default, string controller0Ipv6Address = default, string controller1Ipv6Address = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.NicIPv6 : string * string * string * string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.NicIPv6
Public Sub New (Optional ipv6Address As String = Nothing, Optional ipv6Prefix As String = Nothing, Optional ipv6Gateway As String = Nothing, Optional controller0Ipv6Address As String = Nothing, Optional controller1Ipv6Address As String = Nothing)

Parameters

ipv6Address
String

The IPv6 address of the network adapter.

ipv6Prefix
String

The IPv6 prefix of the network adapter.

ipv6Gateway
String

The IPv6 gateway of the network adapter.

controller0Ipv6Address
String

The IPv6 address of Controller0.

controller1Ipv6Address
String

The IPv6 address of Controller1.

Applies to