Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCircuitRoutesTable
Packages that use ExpressRouteCircuitRoutesTable
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ExpressRouteCircuitRoutesTableModifier and TypeMethodDescriptionExpressRouteCircuitsRoutesTableListResultInner.value()Get the value property: The list of routes table.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ExpressRouteCircuitRoutesTableModifier and TypeMethodDescriptionExpressRouteCircuitsRoutesTableListResultInner.withValue(List<ExpressRouteCircuitRoutesTable> value) Set the value property: The list of routes table. -
Uses of ExpressRouteCircuitRoutesTable in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ExpressRouteCircuitRoutesTableModifier and TypeClassDescriptionfinal classThe routes table associated with the ExpressRouteCircuit.Methods in com.azure.resourcemanager.network.models that return ExpressRouteCircuitRoutesTableModifier and TypeMethodDescriptionExpressRouteCircuitRoutesTable.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteCircuitRoutesTable from the JsonReader.ExpressRouteCircuitRoutesTable.withLocPrf(String locPrf) Set the locPrf property: Local preference value as set with the set local-preference route-map configuration command.ExpressRouteCircuitRoutesTable.withNetwork(String network) Set the network property: IP address of a network entity.ExpressRouteCircuitRoutesTable.withNextHop(String nextHop) Set the nextHop property: NextHop address.Set the path property: Autonomous system paths to the destination network.ExpressRouteCircuitRoutesTable.withWeight(Integer weight) Set the weight property: Route Weight.