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