| 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 |
Route.nextHopType() |
| Modifier and Type | Method and Description |
|---|---|
Route.DefinitionStages.WithAttach<ParentT> |
Route.DefinitionStages.WithNextHopType.withNextHop(RouteNextHopType nextHopType)
Specifies the next hop type.
|
Route.Update |
Route.UpdateStages.WithNextHopType.withNextHop(RouteNextHopType nextHopType)
Specifies the next hop type.
|
Route.UpdateDefinitionStages.WithAttach<ParentT> |
Route.UpdateDefinitionStages.WithNextHopType.withNextHop(RouteNextHopType nextHopType)
Specifies the next hop type.
|
RouteTable.DefinitionStages.WithCreate |
RouteTable.DefinitionStages.WithRoute.withRoute(String destinationAddressPrefix,
RouteNextHopType nextHop)
Creates a non-virtual appliance route.
|
RouteTable.Update |
RouteTable.UpdateStages.WithRoute.withRoute(String destinationAddressPrefix,
RouteNextHopType nextHop)
Creates a non-virtual appliance route.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/