Bagikan melalui


ExpressRouteCircuitsRoutesTableListResultInner Constructors

Definition

Overloads

ExpressRouteCircuitsRoutesTableListResultInner()

Initializes a new instance of the ExpressRouteCircuitsRoutesTableListResultInner class.

ExpressRouteCircuitsRoutesTableListResultInner(IList<ExpressRouteCircuitRoutesTable>, String)

Initializes a new instance of the ExpressRouteCircuitsRoutesTableListResultInner class.

ExpressRouteCircuitsRoutesTableListResultInner()

Initializes a new instance of the ExpressRouteCircuitsRoutesTableListResultInner class.

public ExpressRouteCircuitsRoutesTableListResultInner ();
Public Sub New ()

Applies to

ExpressRouteCircuitsRoutesTableListResultInner(IList<ExpressRouteCircuitRoutesTable>, String)

Initializes a new instance of the ExpressRouteCircuitsRoutesTableListResultInner class.

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