ExpressRouteCircuitArpTable Class

Definition

The ARP table associated with the ExpressRouteCircuit.

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

Properties

Age

Entry age in minutes.

Interface

Interface address.

IPAddress

The IP address.

MacAddress

The MAC address.

Explicit Interface Implementations

IJsonModel<ExpressRouteCircuitArpTable>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpressRouteCircuitArpTable>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpressRouteCircuitArpTable>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRouteCircuitArpTable>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpressRouteCircuitArpTable>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to