ExpressRouteCircuitsRoutesTableListResult 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
ExpressRouteCircuitsRoutesTableListResult() |
Initializes a new instance of the ExpressRouteCircuitsRoutesTableListResult class. |
ExpressRouteCircuitsRoutesTableListResult(IList<ExpressRouteCircuitRoutesTable>, String) |
Initializes a new instance of the ExpressRouteCircuitsRoutesTableListResult class. |
ExpressRouteCircuitsRoutesTableListResult()
Initializes a new instance of the ExpressRouteCircuitsRoutesTableListResult class.
public ExpressRouteCircuitsRoutesTableListResult ();
Public Sub New ()
Applies to
ExpressRouteCircuitsRoutesTableListResult(IList<ExpressRouteCircuitRoutesTable>, String)
Initializes a new instance of the ExpressRouteCircuitsRoutesTableListResult class.
public ExpressRouteCircuitsRoutesTableListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitRoutesTable> value = default, string nextLink = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitsRoutesTableListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitRoutesTable> * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitsRoutesTableListResult
Public Sub New (Optional value As IList(Of ExpressRouteCircuitRoutesTable) = Nothing, Optional nextLink As String = Nothing)
Parameters
The list of routes table.
- nextLink
- String
The URL to get the next set of results.
Applies to
Azure SDK for .NET