ArmDataBoxEdgeModelFactory.DataBoxEdgeIPv6Config 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 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.
- gateway
- String
The IPv6 gateway of the network adapter.
Returns
A new DataBoxEdgeIPv6Config 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