Uses of Class
com.azure.resourcemanager.network.fluent.models.RouteMapProperties
Packages that use RouteMapProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of RouteMapProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RouteMapPropertiesModifier and TypeMethodDescriptionstatic RouteMapPropertiesRouteMapProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteMapProperties from the JsonReader.RouteMapProperties.withAssociatedInboundConnections(List<String> associatedInboundConnections) Set the associatedInboundConnections property: List of connections which have this RoutMap associated for inbound traffic.RouteMapProperties.withAssociatedOutboundConnections(List<String> associatedOutboundConnections) Set the associatedOutboundConnections property: List of connections which have this RoutMap associated for outbound traffic.RouteMapProperties.withRules(List<RouteMapRule> rules) Set the rules property: List of RouteMap rules to be applied.