VirtualHubEffectiveRouteList 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
VirtualHubEffectiveRouteList() |
Initializes a new instance of the VirtualHubEffectiveRouteList class. |
VirtualHubEffectiveRouteList(IList<VirtualHubEffectiveRoute>) |
Initializes a new instance of the VirtualHubEffectiveRouteList class. |
VirtualHubEffectiveRouteList()
Initializes a new instance of the VirtualHubEffectiveRouteList class.
public VirtualHubEffectiveRouteList ();
Public Sub New ()
Applies to
VirtualHubEffectiveRouteList(IList<VirtualHubEffectiveRoute>)
Initializes a new instance of the VirtualHubEffectiveRouteList class.
public VirtualHubEffectiveRouteList (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VirtualHubEffectiveRoute> value = default);
new Microsoft.Azure.Management.Network.Models.VirtualHubEffectiveRouteList : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VirtualHubEffectiveRoute> -> Microsoft.Azure.Management.Network.Models.VirtualHubEffectiveRouteList
Public Sub New (Optional value As IList(Of VirtualHubEffectiveRoute) = Nothing)
Parameters
- value
- IList<VirtualHubEffectiveRoute>
The list of effective routes configured on the virtual hub or the specified resource.
Applies to
Azure SDK for .NET