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