| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitRoutesTable |
ExpressRouteCircuitRoutesTable.withLocPrf(String locPrf)
Set local preference value as set with the set local-preference route-map configuration command.
|
ExpressRouteCircuitRoutesTable |
ExpressRouteCircuitRoutesTable.withNetwork(String network)
Set iP address of a network entity.
|
ExpressRouteCircuitRoutesTable |
ExpressRouteCircuitRoutesTable.withNextHop(String nextHop)
Set nextHop address.
|
ExpressRouteCircuitRoutesTable |
ExpressRouteCircuitRoutesTable.withPath(String path)
Set autonomous system paths to the destination network.
|
ExpressRouteCircuitRoutesTable |
ExpressRouteCircuitRoutesTable.withWeight(Integer weight)
Set route Weight.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/