ExpressRouteProviderPortListResult Constructors

Definition

Overloads

ExpressRouteProviderPortListResult()

Initializes a new instance of the ExpressRouteProviderPortListResult class.

ExpressRouteProviderPortListResult(IList<ExpressRouteProviderPort>, String)

Initializes a new instance of the ExpressRouteProviderPortListResult class.

ExpressRouteProviderPortListResult()

Initializes a new instance of the ExpressRouteProviderPortListResult class.

public ExpressRouteProviderPortListResult ();
Public Sub New ()

Applies to

ExpressRouteProviderPortListResult(IList<ExpressRouteProviderPort>, String)

Initializes a new instance of the ExpressRouteProviderPortListResult class.

public ExpressRouteProviderPortListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPort> value = default, string nextLink = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPortListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPort> * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPortListResult
Public Sub New (Optional value As IList(Of ExpressRouteProviderPort) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<ExpressRouteProviderPort>

A list of ExpressRouteProviderPort resources.

nextLink
String

The URL to get the next set of results.

Applies to