ExpressRouteProviderPortListResult 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
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
Azure SDK for .NET