Uses of Class
com.azure.resourcemanager.cdn.models.MatchCondition
Packages that use MatchCondition
Package
Description
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 MatchConditionModifier and TypeMethodDescriptionMatchCondition.withMatchValue(List<String> matchValue) Set the matchValue property: List of possible match values.MatchCondition.withMatchVariable(WafMatchVariable matchVariable) Set the matchVariable property: Match variable to compare against.MatchCondition.withNegateCondition(Boolean negateCondition) Set the negateCondition property: Describes if the result of this condition should be negated.MatchCondition.withOperator(Operator operator) Set the operator property: Describes operator to be matched.MatchCondition.withSelector(String selector) Set the selector property: Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.MatchCondition.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 MatchConditionModifier and TypeMethodDescriptionCustomRule.matchConditions()Get the matchConditions property: List of match conditions.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type MatchConditionModifier and TypeMethodDescriptionCustomRule.withMatchConditions(List<MatchCondition> matchConditions) Set the matchConditions property: List of match conditions.RateLimitRule.withMatchConditions(List<MatchCondition> matchConditions) Set the matchConditions property: List of match conditions.