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