Uses of Class
com.azure.resourcemanager.network.models.RouteMapMatchCondition
Packages that use RouteMapMatchCondition
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RouteMapMatchCondition in com.azure.resourcemanager.network.models
Subclasses with type arguments of type RouteMapMatchCondition in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classMatch condition to apply RouteMap rules.Fields in com.azure.resourcemanager.network.models declared as RouteMapMatchConditionModifier and TypeFieldDescriptionstatic final RouteMapMatchConditionRouteMapMatchCondition.CONTAINSStatic value Contains for RouteMapMatchCondition.static final RouteMapMatchConditionRouteMapMatchCondition.EQUALSStatic value Equals for RouteMapMatchCondition.static final RouteMapMatchConditionRouteMapMatchCondition.NOT_CONTAINSStatic value NotContains for RouteMapMatchCondition.static final RouteMapMatchConditionRouteMapMatchCondition.NOT_EQUALSStatic value NotEquals for RouteMapMatchCondition.static final RouteMapMatchConditionRouteMapMatchCondition.UNKNOWNStatic value Unknown for RouteMapMatchCondition.Methods in com.azure.resourcemanager.network.models that return RouteMapMatchConditionModifier and TypeMethodDescriptionstatic RouteMapMatchConditionRouteMapMatchCondition.fromString(String name) Creates or finds a RouteMapMatchCondition from its string representation.Criterion.matchCondition()Get the matchCondition property: Match condition to apply RouteMap rules.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RouteMapMatchConditionModifier and TypeMethodDescriptionstatic Collection<RouteMapMatchCondition> RouteMapMatchCondition.values()Gets known RouteMapMatchCondition values.Methods in com.azure.resourcemanager.network.models with parameters of type RouteMapMatchConditionModifier and TypeMethodDescriptionCriterion.withMatchCondition(RouteMapMatchCondition matchCondition) Set the matchCondition property: Match condition to apply RouteMap rules.