| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualHubRouteV2 |
VirtualHubRouteV2.withDestinations(List<String> destinations)
Set list of all destinations.
|
VirtualHubRouteV2 |
VirtualHubRouteV2.withDestinationType(String destinationType)
Set the type of destinations.
|
VirtualHubRouteV2 |
VirtualHubRouteV2.withNextHops(List<String> nextHops)
Set nextHops ip address.
|
VirtualHubRouteV2 |
VirtualHubRouteV2.withNextHopType(String nextHopType)
Set the type of next hops.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/