VirtualHubRouteV2 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
VirtualHubRouteV2() |
Initializes a new instance of the VirtualHubRouteV2 class. |
VirtualHubRouteV2(String, IList<String>, String, IList<String>) |
Initializes a new instance of the VirtualHubRouteV2 class. |
VirtualHubRouteV2()
Initializes a new instance of the VirtualHubRouteV2 class.
public VirtualHubRouteV2 ();
Public Sub New ()
Applies to
VirtualHubRouteV2(String, IList<String>, String, IList<String>)
Initializes a new instance of the VirtualHubRouteV2 class.
public VirtualHubRouteV2 (string destinationType = default, System.Collections.Generic.IList<string> destinations = default, string nextHopType = default, System.Collections.Generic.IList<string> nextHops = default);
new Microsoft.Azure.Management.Network.Models.VirtualHubRouteV2 : string * System.Collections.Generic.IList<string> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.VirtualHubRouteV2
Public Sub New (Optional destinationType As String = Nothing, Optional destinations As IList(Of String) = Nothing, Optional nextHopType As String = Nothing, Optional nextHops As IList(Of String) = Nothing)
Parameters
- destinationType
- String
The type of destinations.
- nextHopType
- String
The type of next hops.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET