IExternalNetworkPatchPropertiesOptionAProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExternalNetworkPatchPropertiesOptionAPropertiesTypeConverter))]
public interface IExternalNetworkPatchPropertiesOptionAProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL3OptionAProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ILayer3IPPrefixProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExternalNetworkPatchPropertiesOptionAPropertiesTypeConverter))>]
type IExternalNetworkPatchPropertiesOptionAProperties = interface
    interface IJsonSerializable
    interface ILayer3IPPrefixProperties
    interface IL3OptionAProperties
Public Interface IExternalNetworkPatchPropertiesOptionAProperties
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)

Applies to