IOptionAProperties Interface

Definition

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

Properties

Name Description
BfdConfigurationAdministrativeState

Administrative state of the BfdConfiguration. Example: Enabled | Disabled.

BfdConfigurationIntervalInMilliSecond

Interval in milliseconds. Example: 300.

BfdConfigurationMultiplier

Multiplier for the Bfd Configuration. Example: 5.

Mtu

MTU to use for option A peering.

PeerAsn

Peer ASN number.Example : 28

VlanId

Vlan Id.Example : 501

Methods

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

Applies to