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