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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET