| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RouteTable.Update |
RouteTable.UpdateStages.WithBgpRoutePropagation.withDisableBgpRoutePropagation()
Disable the routes learned by BGP on that route table.
|
RouteTable.Update |
RouteTable.UpdateStages.WithBgpRoutePropagation.withEnableBgpRoutePropagation()
Enable the routes learned by BGP on that route table.
|
RouteTable.Update |
RouteTable.UpdateStages.WithRoute.withoutRoute(String name)
Removes the specified route from the route table.
|
RouteTable.Update |
RouteTable.UpdateStages.WithRoute.withRoute(String destinationAddressPrefix,
RouteNextHopType nextHop)
Creates a non-virtual appliance route.
|
RouteTable.Update |
RouteTable.UpdateStages.WithRoute.withRouteViaVirtualAppliance(String destinationAddressPrefix,
String ipAddress)
Creates a route via a virtual appliance.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.