Uses of Class
com.azure.resourcemanager.cdn.models.MatchCondition
-
Packages that use MatchCondition Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of MatchCondition in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return MatchCondition Modifier and Type Method Description MatchConditionMatchCondition. withMatchValue(List<String> matchValue)Set the matchValue property: List of possible match values.MatchConditionMatchCondition. withMatchVariable(WafMatchVariable matchVariable)Set the matchVariable property: Match variable to compare against.MatchConditionMatchCondition. withNegateCondition(Boolean negateCondition)Set the negateCondition property: Describes if the result of this condition should be negated.MatchConditionMatchCondition. withOperator(Operator operator)Set the operator property: Describes operator to be matched.MatchConditionMatchCondition. withSelector(String selector)Set the selector property: Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.MatchConditionMatchCondition. withTransforms(List<TransformType> transforms)Set the transforms property: List of transforms.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type MatchCondition Modifier and Type Method Description List<MatchCondition>CustomRule. matchConditions()Get the matchConditions property: List of match conditions.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type MatchCondition Modifier and Type Method Description CustomRuleCustomRule. withMatchConditions(List<MatchCondition> matchConditions)Set the matchConditions property: List of match conditions.RateLimitRuleRateLimitRule. withMatchConditions(List<MatchCondition> matchConditions)Set the matchConditions property: List of match conditions.
-