| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RouteNextHopType |
RouteInner.nextHopType()
Get the nextHopType property: The type of Azure hop the packet should be sent to.
|
| Modifier and Type | Method and Description |
|---|---|
RouteInner |
RouteInner.withNextHopType(RouteNextHopType nextHopType)
Set the nextHopType property: The type of Azure hop the packet should be sent to.
|
| 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 |
|---|---|
static RouteNextHopType |
RouteNextHopType.fromString(String name)
Creates or finds a RouteNextHopType from its string representation.
|
RouteNextHopType |
Route.nextHopType() |
RouteNextHopType |
EffectiveRoute.nextHopType()
Get the nextHopType property: The type of Azure hop the packet should be sent to.
|
| 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.
|
EffectiveRoute |
EffectiveRoute.withNextHopType(RouteNextHopType nextHopType)
Set the nextHopType property: The type of Azure hop the packet should be sent to.
|
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 © 2020 Microsoft Corporation. All rights reserved.