Uses of Class
com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable
-
Packages that use ExpressRouteCircuitRoutesTable Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ExpressRouteCircuitRoutesTable in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ExpressRouteCircuitRoutesTable Modifier and Type Method Description ExpressRouteCircuitRoutesTableExpressRouteCircuitRoutesTable. withLocPrf(String locPrf)Set the locPrf value.ExpressRouteCircuitRoutesTableExpressRouteCircuitRoutesTable. withNetwork(String network)Set the network value.ExpressRouteCircuitRoutesTableExpressRouteCircuitRoutesTable. withNextHop(String nextHop)Set the nextHop value.ExpressRouteCircuitRoutesTableExpressRouteCircuitRoutesTable. withPath(String path)Set the path value.ExpressRouteCircuitRoutesTableExpressRouteCircuitRoutesTable. withWeight(Integer weight)Set the weight value.
-