Uses of Class
com.azure.resourcemanager.network.models.EffectiveRouteMapRoute
Packages that use EffectiveRouteMapRoute
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of EffectiveRouteMapRoute in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type EffectiveRouteMapRouteModifier and TypeMethodDescriptionEffectiveRouteMapRouteListInner.value()Get the value property: The list of Effective RouteMap Routes configured on the connection resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type EffectiveRouteMapRouteModifier and TypeMethodDescriptionEffectiveRouteMapRouteListInner.withValue(List<EffectiveRouteMapRoute> value) Set the value property: The list of Effective RouteMap Routes configured on the connection resource. -
Uses of EffectiveRouteMapRoute in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return EffectiveRouteMapRouteModifier and TypeMethodDescriptionstatic EffectiveRouteMapRouteEffectiveRouteMapRoute.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EffectiveRouteMapRoute from the JsonReader.EffectiveRouteMapRoute.withAsPath(String asPath) Set the asPath property: The ASPath of this route.EffectiveRouteMapRoute.withBgpCommunities(String bgpCommunities) Set the bgpCommunities property: BGP communities of the route.EffectiveRouteMapRoute.withPrefix(String prefix) Set the prefix property: The address prefix of the route.