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