Uses of Class
com.microsoft.azure.management.cdn.MatchCondition
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of MatchCondition in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionMatchCondition.withMatchValue
(List<String> matchValue) Set list of possible match values.MatchCondition.withMatchVariable
(MatchVariable matchVariable) Set match variable to compare against.MatchCondition.withNegateCondition
(Boolean negateCondition) Set describes if the result of this condition should be negated.MatchCondition.withOperator
(Operator operator) Set describes operator to be matched.MatchCondition.withSelector
(String selector) Set selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.MatchCondition.withTransforms
(List<TransformType> transforms) Set list of transforms.Modifier and TypeMethodDescriptionCustomRule.withMatchConditions
(List<MatchCondition> matchConditions) Set list of match conditions.