IExternalNetworkPropertiesOptionAProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExternalNetworkPropertiesOptionAPropertiesTypeConverter))]
public interface IExternalNetworkPropertiesOptionAProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL3OptionAProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ILayer3IPPrefixProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExternalNetworkPropertiesOptionAPropertiesTypeConverter))>]
type IExternalNetworkPropertiesOptionAProperties = interface
interface IJsonSerializable
interface ILayer3IPPrefixProperties
interface IL3OptionAProperties
Public Interface IExternalNetworkPropertiesOptionAProperties
Implements IL3OptionAProperties, ILayer3IPPrefixProperties
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| BfdConfiguration |
BFD configuration properties (Inherited from IL3OptionAProperties) |
| EgressAclId |
Egress Acl. ARM resource ID of Access Control Lists. (Inherited from IL3OptionAProperties) |
| FabricAsn |
Fabric ASN number. Example 65001 (Inherited from IL3OptionAProperties) |
| IngressAclId |
Ingress Acl. ARM resource ID of Access Control Lists. (Inherited from IL3OptionAProperties) |
| Mtu |
MTU to use for option A peering. (Inherited from IL3OptionAProperties) |
| PeerAsn |
Peer ASN number.Example : 28 (Inherited from IL3OptionAProperties) |
| PrimaryIpv4Prefix |
IPv4 Address Prefix. (Inherited from ILayer3IPPrefixProperties) |
| PrimaryIpv6Prefix |
IPv6 Address Prefix. (Inherited from ILayer3IPPrefixProperties) |
| SecondaryIpv4Prefix |
Secondary IPv4 Address Prefix. (Inherited from ILayer3IPPrefixProperties) |
| SecondaryIpv6Prefix |
Secondary IPv6 Address Prefix. (Inherited from ILayer3IPPrefixProperties) |
| VlanId |
Vlan identifier. Example : 501 (Inherited from IL3OptionAProperties) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |