Condividi tramite


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>
type ExpressRouteCircuitArpTable = class
    interface IJsonModel<ExpressRouteCircuitArpTable>
    interface IPersistableModel<ExpressRouteCircuitArpTable>
Public Class ExpressRouteCircuitArpTable
Implements IJsonModel(Of ExpressRouteCircuitArpTable), IPersistableModel(Of ExpressRouteCircuitArpTable)
Inheritance
ExpressRouteCircuitArpTable
Implements

Properties

Age

Entry age in minutes.

Interface

Interface address.

IPAddress

The IP address.

MacAddress

The MAC address.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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