Share via


ExpressRouteCircuitsRoutesTableListResult Constructors

Definition

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

value
IList<ExpressRouteCircuitRoutesTable>

The list of routes table.

nextLink
String

The URL to get the next set of results.

Applies to