ExpressRouteCircuitsRoutesTableListResultInner 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
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
The list of routes table.
- nextLink
- String
The URL to get the next set of results.
Applies to
Azure SDK for .NET