Uses of Class
com.azure.resourcemanager.network.models.Criterion
Packages that use Criterion
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of Criterion in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return CriterionModifier and TypeMethodDescriptionstatic CriterionCriterion.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Criterion from the JsonReader.Criterion.withAsPath(List<String> asPath) Set the asPath property: List of AS paths which this criteria matches.Criterion.withCommunity(List<String> community) Set the community property: List of BGP communities which this criteria matches.Criterion.withMatchCondition(RouteMapMatchCondition matchCondition) Set the matchCondition property: Match condition to apply RouteMap rules.Criterion.withRoutePrefix(List<String> routePrefix) Set the routePrefix property: List of route prefixes which this criteria matches.Methods in com.azure.resourcemanager.network.models that return types with arguments of type CriterionModifier and TypeMethodDescriptionRouteMapRule.matchCriteria()Get the matchCriteria property: List of matching criterion which will be applied to traffic.Method parameters in com.azure.resourcemanager.network.models with type arguments of type CriterionModifier and TypeMethodDescriptionRouteMapRule.withMatchCriteria(List<Criterion> matchCriteria) Set the matchCriteria property: List of matching criterion which will be applied to traffic.