EffectiveRouteListResult 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
EffectiveRouteListResult() | |
EffectiveRouteListResult(IList<EffectiveRoute>, String) |
EffectiveRouteListResult()
public EffectiveRouteListResult ();
Public Sub New ()
Applies to
EffectiveRouteListResult(IList<EffectiveRoute>, String)
public EffectiveRouteListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.EffectiveRoute> value = default, string nextLink = default);
new Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.EffectiveRouteListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.EffectiveRoute> * string -> Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.EffectiveRouteListResult
Public Sub New (Optional value As IList(Of EffectiveRoute) = Nothing, Optional nextLink As String = Nothing)
Parameters
- value
- IList<EffectiveRoute>
- nextLink
- String