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