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