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