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