ExpressRouteCircuitRoutesTable Class

Definition

The routes table associated with the ExpressRouteCircuit.

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

Properties

LocPrf

Local preference value as set with the set local-preference route-map configuration command.

Network

IP address of a network entity.

NextHop

NextHop address.

Path

Autonomous system paths to the destination network.

Weight

Route Weight.

Explicit Interface Implementations

IJsonModel<ExpressRouteCircuitRoutesTable>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpressRouteCircuitRoutesTable>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpressRouteCircuitRoutesTable>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRouteCircuitRoutesTable>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpressRouteCircuitRoutesTable>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to