Share via


ExpressRouteCircuitsArpTableListResultInner Constructors

Definition

Overloads

ExpressRouteCircuitsArpTableListResultInner()

Initializes a new instance of the ExpressRouteCircuitsArpTableListResultInner class.

ExpressRouteCircuitsArpTableListResultInner(IList<ExpressRouteCircuitArpTable>, String)

Initializes a new instance of the ExpressRouteCircuitsArpTableListResultInner class.

ExpressRouteCircuitsArpTableListResultInner()

Initializes a new instance of the ExpressRouteCircuitsArpTableListResultInner class.

public ExpressRouteCircuitsArpTableListResultInner ();
Public Sub New ()

Applies to

ExpressRouteCircuitsArpTableListResultInner(IList<ExpressRouteCircuitArpTable>, String)

Initializes a new instance of the ExpressRouteCircuitsArpTableListResultInner class.

public ExpressRouteCircuitsArpTableListResultInner (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitArpTable> value = default, string nextLink = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitsArpTableListResultInner : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitArpTable> * string -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitsArpTableListResultInner
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