Uses of Class
com.microsoft.azure.management.cdn.DeliveryRuleAction
Packages that use DeliveryRuleAction
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of DeliveryRuleAction in com.microsoft.azure.management.cdn
Subclasses of DeliveryRuleAction in com.microsoft.azure.management.cdnModifier and TypeClassDescriptionclass
Defines the cache expiration action for the delivery rule.class
Defines the cache-key query string action for the delivery rule.class
Defines the request header action for the delivery rule.class
Defines the response header action for the delivery rule.class
Defines the origin group override action for the delivery rule.class
Defines the url redirect action for the delivery rule.class
Defines the url rewrite action for the delivery rule.class
Defines the url signing action for the delivery rule.Methods in com.microsoft.azure.management.cdn that return types with arguments of type DeliveryRuleActionModifier and TypeMethodDescriptionDeliveryRule.actions()
Get a list of actions that are executed when all the conditions of a rule are satisfied.RuleUpdateParameters.actions()
Get a list of actions that are executed when all the conditions of a rule are satisfied.Method parameters in com.microsoft.azure.management.cdn with type arguments of type DeliveryRuleActionModifier and TypeMethodDescriptionDeliveryRule.withActions
(List<DeliveryRuleAction> actions) Set a list of actions that are executed when all the conditions of a rule are satisfied.RuleUpdateParameters.withActions
(List<DeliveryRuleAction> actions) Set a list of actions that are executed when all the conditions of a rule are satisfied.