Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCircuitRoutesTable
-
Packages that use ExpressRouteCircuitRoutesTable 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. -
-
Uses of ExpressRouteCircuitRoutesTable in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ExpressRouteCircuitRoutesTable Modifier and Type Method Description List<ExpressRouteCircuitRoutesTable>ExpressRouteCircuitsRoutesTableListResultInner. value()Get the value property: The list of routes table.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ExpressRouteCircuitRoutesTable Modifier and Type Method Description ExpressRouteCircuitsRoutesTableListResultInnerExpressRouteCircuitsRoutesTableListResultInner. withValue(List<ExpressRouteCircuitRoutesTable> value)Set the value property: The list of routes table. -
Uses of ExpressRouteCircuitRoutesTable in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExpressRouteCircuitRoutesTable Modifier and Type Method Description ExpressRouteCircuitRoutesTableExpressRouteCircuitRoutesTable. withLocPrf(String locPrf)Set the locPrf property: Local preference value as set with the set local-preference route-map configuration command.ExpressRouteCircuitRoutesTableExpressRouteCircuitRoutesTable. withNetwork(String network)Set the network property: IP address of a network entity.ExpressRouteCircuitRoutesTableExpressRouteCircuitRoutesTable. withNextHop(String nextHop)Set the nextHop property: NextHop address.ExpressRouteCircuitRoutesTableExpressRouteCircuitRoutesTable. withPath(String path)Set the path property: Autonomous system paths to the destination network.ExpressRouteCircuitRoutesTableExpressRouteCircuitRoutesTable. withWeight(Integer weight)Set the weight property: Route Weight.
-