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