ArmManagedNetworkFabricModelFactory.OptionBLayer3Configuration 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 OptionBLayer3Configuration.
public static Azure.ResourceManager.ManagedNetworkFabric.Models.OptionBLayer3Configuration OptionBLayer3Configuration (string primaryIPv4Prefix = default, string primaryIPv6Prefix = default, string secondaryIPv4Prefix = default, string secondaryIPv6Prefix = default, long? peerAsn = default, int? vlanId = default, long? fabricAsn = default);
static member OptionBLayer3Configuration : string * string * string * string * Nullable<int64> * Nullable<int> * Nullable<int64> -> Azure.ResourceManager.ManagedNetworkFabric.Models.OptionBLayer3Configuration
Public Shared Function OptionBLayer3Configuration (Optional primaryIPv4Prefix As String = Nothing, Optional primaryIPv6Prefix As String = Nothing, Optional secondaryIPv4Prefix As String = Nothing, Optional secondaryIPv6Prefix As String = Nothing, Optional peerAsn As Nullable(Of Long) = Nothing, Optional vlanId As Nullable(Of Integer) = Nothing, Optional fabricAsn As Nullable(Of Long) = Nothing) As OptionBLayer3Configuration
Parameters
- primaryIPv4Prefix
- String
IPv4 Address Prefix.
- primaryIPv6Prefix
- String
IPv6 Address Prefix.
- secondaryIPv4Prefix
- String
Secondary IPv4 Address Prefix.
- secondaryIPv6Prefix
- String
Secondary IPv6 Address Prefix.
Returns
A new OptionBLayer3Configuration 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