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