Uses of Class
com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of QueryStringMatchConditionParameters in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionDeliveryRuleQueryStringCondition.parameters()
Get defines the parameters for the condition.QueryStringMatchConditionParameters.withMatchValues
(List<String> matchValues) Set the match value for the condition of the delivery rule.QueryStringMatchConditionParameters.withNegateCondition
(Boolean negateCondition) Set describes if this is negate condition or not.QueryStringMatchConditionParameters.withOdatatype
(String odatatype) Set the odatatype value.QueryStringMatchConditionParameters.withOperator
(QueryStringOperator operator) Set describes operator to be matched.QueryStringMatchConditionParameters.withTransforms
(List<Transform> transforms) Set list of transforms.Modifier and TypeMethodDescriptionDeliveryRuleQueryStringCondition.withParameters
(QueryStringMatchConditionParameters parameters) Set defines the parameters for the condition.