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