Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Route.Update |
RouteTable.UpdateStages.WithRoute.updateRoute(String name)
Begins the update of an existing route on this route table.
|
Route.Update |
Route.UpdateStages.WithDestinationAddressPrefix.withDestinationAddressPrefix(String cidr)
Specifies the destination address prefix to apply the route to.
|
Route.Update |
Route.UpdateStages.WithNextHopType.withNextHop(RouteNextHopType nextHopType)
Specifies the next hop type.
|
Route.Update |
Route.UpdateStages.WithNextHopType.withNextHopToVirtualAppliance(String ipAddress)
Specifies the IP address of the virtual appliance for the next hop to go to.
|
Copyright © 2019. All rights reserved.