ExpressRouteCrossConnectionRoutesTableSummary Class

Definition

The routes table associated with the ExpressRouteCircuit.

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

Properties

Asn

Autonomous system number.

Neighbor

IP address of Neighbor router.

StateOrPrefixesReceived

Current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group.

UpDown

The length of time that the BGP session has been in the Established state, or the current status if not in the Established state.

Explicit Interface Implementations

IJsonModel<ExpressRouteCrossConnectionRoutesTableSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpressRouteCrossConnectionRoutesTableSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpressRouteCrossConnectionRoutesTableSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRouteCrossConnectionRoutesTableSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpressRouteCrossConnectionRoutesTableSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to