Ipv6Config Constructors

Definition

Overloads

Ipv6Config()

Initializes a new instance of the Ipv6Config class.

Ipv6Config(String, Nullable<Int32>, String)

Initializes a new instance of the Ipv6Config class.

Ipv6Config()

Initializes a new instance of the Ipv6Config class.

public Ipv6Config ();
Public Sub New ()

Applies to

Ipv6Config(String, Nullable<Int32>, String)

Initializes a new instance of the Ipv6Config class.

public Ipv6Config (string ipAddress = default, int? prefixLength = default, string gateway = default);
new Microsoft.Azure.Management.EdgeGateway.Models.Ipv6Config : string * Nullable<int> * string -> Microsoft.Azure.Management.EdgeGateway.Models.Ipv6Config
Public Sub New (Optional ipAddress As String = Nothing, Optional prefixLength As Nullable(Of Integer) = Nothing, Optional gateway As String = Nothing)

Parameters

ipAddress
String

The IPv6 address of the network adapter.

prefixLength
Nullable<Int32>

The IPv6 prefix of the network adapter.

gateway
String

The IPv6 gateway of the network adapter.

Applies to