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