Uses of Class
com.microsoft.azure.management.cdn.DeliveryRuleAction
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of DeliveryRuleAction in com.microsoft.azure.management.cdn
Modifier 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.Modifier 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.Modifier 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.