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