Sdílet prostřednictvím


ExpressRouteCircuitsArpTableListResult Constructors

Definition

Overloads

ExpressRouteCircuitsArpTableListResult()

Initializes a new instance of the ExpressRouteCircuitsArpTableListResult class.

ExpressRouteCircuitsArpTableListResult(IList<ExpressRouteCircuitArpTable>, String)

Initializes a new instance of the ExpressRouteCircuitsArpTableListResult class.

ExpressRouteCircuitsArpTableListResult()

Initializes a new instance of the ExpressRouteCircuitsArpTableListResult class.

public ExpressRouteCircuitsArpTableListResult ();
Public Sub New ()

Applies to

ExpressRouteCircuitsArpTableListResult(IList<ExpressRouteCircuitArpTable>, String)

Initializes a new instance of the ExpressRouteCircuitsArpTableListResult class.

public ExpressRouteCircuitsArpTableListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitArpTable> value = default, string nextLink = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitsArpTableListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitArpTable> * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitsArpTableListResult
Public Sub New (Optional value As IList(Of ExpressRouteCircuitArpTable) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<ExpressRouteCircuitArpTable>

A list of the ARP tables.

nextLink
String

The URL to get the next set of results.

Applies to