ArmDataBoxEdgeModelFactory.DataBoxEdgeIPv4Config Method
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.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET