ArmDataBoxEdgeModelFactory.DataBoxEdgeIPv6Config Method

Definition

Initializes a new instance of DataBoxEdgeIPv6Config.

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeIPv6Config DataBoxEdgeIPv6Config (string ipAddress = default, int? prefixLength = default, string gateway = default);
static member DataBoxEdgeIPv6Config : string * Nullable<int> * string -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeIPv6Config
Public Shared Function DataBoxEdgeIPv6Config (Optional ipAddress As String = Nothing, Optional prefixLength As Nullable(Of Integer) = Nothing, Optional gateway As String = Nothing) As DataBoxEdgeIPv6Config

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.

Returns

A new DataBoxEdgeIPv6Config instance for mocking.

Applies to