ArmManagedNetworkFabricModelFactory.ExternalNetworkOptionAProperties 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 ExternalNetworkOptionAProperties.
public static Azure.ResourceManager.ManagedNetworkFabric.Models.ExternalNetworkOptionAProperties ExternalNetworkOptionAProperties (string primaryIPv4Prefix = default, string primaryIPv6Prefix = default, string secondaryIPv4Prefix = default, string secondaryIPv6Prefix = default, int? mtu = default, int? vlanId = default, long? fabricAsn = default, long? peerAsn = default, Azure.ResourceManager.ManagedNetworkFabric.Models.BfdConfiguration bfdConfiguration = default, Azure.Core.ResourceIdentifier ingressAclId = default, Azure.Core.ResourceIdentifier egressAclId = default);
static member ExternalNetworkOptionAProperties : string * string * string * string * Nullable<int> * Nullable<int> * Nullable<int64> * Nullable<int64> * Azure.ResourceManager.ManagedNetworkFabric.Models.BfdConfiguration * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedNetworkFabric.Models.ExternalNetworkOptionAProperties
Public Shared Function ExternalNetworkOptionAProperties (Optional primaryIPv4Prefix As String = Nothing, Optional primaryIPv6Prefix As String = Nothing, Optional secondaryIPv4Prefix As String = Nothing, Optional secondaryIPv6Prefix As String = Nothing, Optional mtu As Nullable(Of Integer) = Nothing, Optional vlanId As Nullable(Of Integer) = Nothing, Optional fabricAsn As Nullable(Of Long) = Nothing, Optional peerAsn As Nullable(Of Long) = Nothing, Optional bfdConfiguration As BfdConfiguration = Nothing, Optional ingressAclId As ResourceIdentifier = Nothing, Optional egressAclId As ResourceIdentifier = Nothing) As ExternalNetworkOptionAProperties
Parameters
- primaryIPv4Prefix
- String
IPv4 Address Prefix.
- primaryIPv6Prefix
- String
IPv6 Address Prefix.
- secondaryIPv4Prefix
- String
Secondary IPv4 Address Prefix.
- secondaryIPv6Prefix
- String
Secondary IPv6 Address Prefix.
- bfdConfiguration
- BfdConfiguration
BFD configuration properties.
- ingressAclId
- ResourceIdentifier
Ingress Acl. ARM resource ID of Access Control Lists.
- egressAclId
- ResourceIdentifier
Egress Acl. ARM resource ID of Access Control Lists.
Returns
A new ExternalNetworkOptionAProperties 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