Share via


OptionAProperties Class

Definition

Peering optionA properties.

public class OptionAProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.OptionAProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.OptionAProperties>
type OptionAProperties = class
    interface IJsonModel<OptionAProperties>
    interface IPersistableModel<OptionAProperties>
Public Class OptionAProperties
Implements IJsonModel(Of OptionAProperties), IPersistableModel(Of OptionAProperties)
Inheritance
OptionAProperties
Derived
Implements

Constructors

OptionAProperties()

Initializes a new instance of OptionAProperties.

Properties

BfdConfiguration

BFD Configuration properties.

Mtu

MTU to use for option A peering.

PeerAsn

Peer ASN number.Example : 28.

VlanId

Vlan Id.Example : 501.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OptionAProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OptionAProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OptionAProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OptionAProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OptionAProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to