ExpressRouteCircuitsArpTableListResultInner Constructors
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.
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
Azure SDK for .NET