| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static RouteNextHopType |
RouteNextHopType.INTERNET
Static value Internet for RouteNextHopType.
|
static RouteNextHopType |
RouteNextHopType.NONE
Static value None for RouteNextHopType.
|
static RouteNextHopType |
RouteNextHopType.VIRTUAL_APPLIANCE
Static value VirtualAppliance for RouteNextHopType.
|
static RouteNextHopType |
RouteNextHopType.VIRTUAL_NETWORK_GATEWAY
Static value VirtualNetworkGateway for RouteNextHopType.
|
static RouteNextHopType |
RouteNextHopType.VNET_LOCAL
Static value VnetLocal for RouteNextHopType.
|
| Modifier and Type | Method and Description |
|---|---|
RouteNextHopType |
EffectiveRoute.nextHopType()
Get the nextHopType value.
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveRoute |
EffectiveRoute.withNextHopType(RouteNextHopType nextHopType)
Set the nextHopType value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/