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