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 TypeClassDescriptionclassDefines the cache expiration action for the delivery rule.classDefines the cache-key query string action for the delivery rule.classDefines the request header action for the delivery rule.classDefines the response header action for the delivery rule.classDefines the origin group override action for the delivery rule.classDefines the url redirect action for the delivery rule.classDefines the url rewrite action for the delivery rule.classDefines 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.