Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteFailoverRedundantRoute
Packages that use ExpressRouteFailoverRedundantRoute
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteFailoverRedundantRoute in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ExpressRouteFailoverRedundantRouteModifier and TypeMethodDescriptionExpressRouteFailoverSingleTestDetailsInner.redundantRoutes()Get the redundantRoutes property: List of routes received from this peering as well as some other peering location.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ExpressRouteFailoverRedundantRouteModifier and TypeMethodDescriptionExpressRouteFailoverSingleTestDetailsInner.withRedundantRoutes(List<ExpressRouteFailoverRedundantRoute> redundantRoutes) Set the redundantRoutes property: List of routes received from this peering as well as some other peering location. -
Uses of ExpressRouteFailoverRedundantRoute in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExpressRouteFailoverRedundantRouteModifier and TypeMethodDescriptionExpressRouteFailoverRedundantRoute.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteFailoverRedundantRoute from the JsonReader.ExpressRouteFailoverRedundantRoute.withPeeringLocations(List<String> peeringLocations) Set the peeringLocations property: A list of all the peering locations for the redundant routes.ExpressRouteFailoverRedundantRoute.withRoutes(List<String> routes) Set the routes property: A list of all the redundant routes in the peering locations.