Ipv6Config 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
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.DataBoxEdge.Models.Ipv6Config : string * Nullable<int> * string -> Microsoft.Azure.Management.DataBoxEdge.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.
- gateway
- String
The IPv6 gateway of the network adapter.