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에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET