Uses of Class
com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters
Packages that use QueryStringMatchConditionParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of QueryStringMatchConditionParameters in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return QueryStringMatchConditionParametersModifier 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.Methods in com.microsoft.azure.management.cdn with parameters of type QueryStringMatchConditionParametersModifier and TypeMethodDescriptionDeliveryRuleQueryStringCondition.withParameters
(QueryStringMatchConditionParameters parameters) Set defines the parameters for the condition.