Delen via


ArmDataBoxEdgeModelFactory.DataBoxEdgeIPv4Config Method

Definition

Initializes a new instance of DataBoxEdgeIPv4Config.

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeIPv4Config DataBoxEdgeIPv4Config (System.Net.IPAddress ipAddress = default, string subnet = default, string gateway = default);
static member DataBoxEdgeIPv4Config : System.Net.IPAddress * string * string -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeIPv4Config
Public Shared Function DataBoxEdgeIPv4Config (Optional ipAddress As IPAddress = Nothing, Optional subnet As String = Nothing, Optional gateway As String = Nothing) As DataBoxEdgeIPv4Config

Parameters

ipAddress
IPAddress

The IPv4 address of the network adapter.

subnet
String

The IPv4 subnet of the network adapter.

gateway
String

The IPv4 gateway of the network adapter.

Returns

A new DataBoxEdgeIPv4Config instance for mocking.

Applies to