ExpressRouteCircuitsArpTableListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for ListArpTable associated with the Express Route Circuits API.
public class ExpressRouteCircuitsArpTableListResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ExpressRouteCircuitsArpTableListResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ExpressRouteCircuitsArpTableListResult>
public class ExpressRouteCircuitsArpTableListResult
type ExpressRouteCircuitsArpTableListResult = class
interface IJsonModel<ExpressRouteCircuitsArpTableListResult>
interface IPersistableModel<ExpressRouteCircuitsArpTableListResult>
type ExpressRouteCircuitsArpTableListResult = class
Public Class ExpressRouteCircuitsArpTableListResult
Implements IJsonModel(Of ExpressRouteCircuitsArpTableListResult), IPersistableModel(Of ExpressRouteCircuitsArpTableListResult)
Public Class ExpressRouteCircuitsArpTableListResult
- Inheritance
-
ExpressRouteCircuitsArpTableListResult
- Implements
Properties
NextLink |
The URL to get the next set of results. |
Value |
A list of the ARP tables. |
Explicit Interface Implementations
IJsonModel<ExpressRouteCircuitsArpTableListResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ExpressRouteCircuitsArpTableListResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ExpressRouteCircuitsArpTableListResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ExpressRouteCircuitsArpTableListResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ExpressRouteCircuitsArpTableListResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET