Uses of Class
com.microsoft.azure.management.cdn.DeliveryRuleCondition
Packages that use DeliveryRuleCondition
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of DeliveryRuleCondition in com.microsoft.azure.management.cdn
Subclasses of DeliveryRuleCondition in com.microsoft.azure.management.cdnModifier and TypeClassDescriptionclass
Defines the Cookies condition for the delivery rule.class
Defines the HttpVersion condition for the delivery rule.class
Defines the IsDevice condition for the delivery rule.class
Defines the PostArgs condition for the delivery rule.class
Defines the QueryString condition for the delivery rule.class
Defines the RemoteAddress condition for the delivery rule.class
Defines the RequestBody condition for the delivery rule.class
Defines the RequestHeader condition for the delivery rule.class
Defines the RequestMethod condition for the delivery rule.class
Defines the RequestScheme condition for the delivery rule.class
Defines the RequestUri condition for the delivery rule.class
Defines the UrlFileExtension condition for the delivery rule.class
Defines the UrlFileName condition for the delivery rule.class
Defines the UrlPath condition for the delivery rule.Methods in com.microsoft.azure.management.cdn that return types with arguments of type DeliveryRuleConditionModifier and TypeMethodDescriptionDeliveryRule.conditions()
Get a list of conditions that must be matched for the actions to be executed.RuleUpdateParameters.conditions()
Get a list of conditions that must be matched for the actions to be executed.Method parameters in com.microsoft.azure.management.cdn with type arguments of type DeliveryRuleConditionModifier and TypeMethodDescriptionDeliveryRule.withConditions
(List<DeliveryRuleCondition> conditions) Set a list of conditions that must be matched for the actions to be executed.RuleUpdateParameters.withConditions
(List<DeliveryRuleCondition> conditions) Set a list of conditions that must be matched for the actions to be executed.