Uses of Class
com.azure.resourcemanager.network.models.RouteMapRule
Packages that use RouteMapRule
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of RouteMapRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type RouteMapRuleModifier and TypeMethodDescriptionRouteMapInner.rules()Get the rules property: List of RouteMap rules to be applied.RouteMapProperties.rules()Get the rules property: List of RouteMap rules to be applied.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type RouteMapRuleModifier and TypeMethodDescriptionRouteMapInner.withRules(List<RouteMapRule> rules) Set the rules property: List of RouteMap rules to be applied.RouteMapProperties.withRules(List<RouteMapRule> rules) Set the rules property: List of RouteMap rules to be applied. -
Uses of RouteMapRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RouteMapRuleModifier and TypeMethodDescriptionstatic RouteMapRuleRouteMapRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteMapRule from the JsonReader.RouteMapRule.withActions(List<Action> actions) Set the actions property: List of actions which will be applied on a match.RouteMapRule.withMatchCriteria(List<Criterion> matchCriteria) Set the matchCriteria property: List of matching criterion which will be applied to traffic.Set the name property: The unique name for the rule.RouteMapRule.withNextStepIfMatched(NextStep nextStepIfMatched) Set the nextStepIfMatched property: Next step after rule is evaluated.