IL3OptionAProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3OptionAPropertiesTypeConverter))]
public interface IL3OptionAProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3OptionAPropertiesTypeConverter))>]
type IL3OptionAProperties = interface
    interface IJsonSerializable
Public Interface IL3OptionAProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
BfdConfiguration

BFD configuration properties

EgressAclId

Egress Acl. ARM resource ID of Access Control Lists.

FabricAsn

Fabric ASN number. Example 65001

IngressAclId

Ingress Acl. ARM resource ID of Access Control Lists.

Mtu

MTU to use for option A peering.

PeerAsn

Peer ASN number.Example : 28

VlanId

Vlan identifier. Example : 501

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to