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