ArmNetworkModelFactory.VirtualHubRouteV2 Method
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.
public static Azure.ResourceManager.Network.Models.VirtualHubRouteV2 VirtualHubRouteV2(string destinationType = default, System.Collections.Generic.IEnumerable<string> destinations = default, string nextHopType = default, System.Collections.Generic.IEnumerable<string> nextHops = default);
static member VirtualHubRouteV2 : string * seq<string> * string * seq<string> -> Azure.ResourceManager.Network.Models.VirtualHubRouteV2
Public Shared Function VirtualHubRouteV2 (Optional destinationType As String = Nothing, Optional destinations As IEnumerable(Of String) = Nothing, Optional nextHopType As String = Nothing, Optional nextHops As IEnumerable(Of String) = Nothing) As VirtualHubRouteV2
Parameters
- destinationType
- String
The type of destinations.
- destinations
- IEnumerable<String>
List of all destinations.
- nextHopType
- String
The type of next hops.
- nextHops
- IEnumerable<String>
NextHops ip address.
Returns
A new VirtualHubRouteV2 instance for mocking.