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