Uses of Class
com.azure.resourcemanager.cdn.models.DeliveryRuleAction
-
Packages that use DeliveryRuleAction Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of DeliveryRuleAction in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return types with arguments of type DeliveryRuleAction Modifier and Type Method Description List<DeliveryRuleAction>RuleInner. actions()Get the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.Method parameters in com.azure.resourcemanager.cdn.fluent.models with type arguments of type DeliveryRuleAction Modifier and Type Method Description RuleInnerRuleInner. withActions(List<DeliveryRuleAction> actions)Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied. -
Uses of DeliveryRuleAction in com.azure.resourcemanager.cdn.models
Subclasses of DeliveryRuleAction in com.azure.resourcemanager.cdn.models Modifier and Type Class Description classDeliveryRuleCacheExpirationActionDefines the cache expiration action for the delivery rule.classDeliveryRuleCacheKeyQueryStringActionDefines the cache-key query string action for the delivery rule.classDeliveryRuleRequestHeaderActionDefines the request header action for the delivery rule.classDeliveryRuleResponseHeaderActionDefines the response header action for the delivery rule.classOriginGroupOverrideActionDefines the origin group override action for the delivery rule.classUrlRedirectActionDefines the url redirect action for the delivery rule.classUrlRewriteActionDefines the url rewrite action for the delivery rule.classUrlSigningActionDefines the url signing action for the delivery rule.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type DeliveryRuleAction Modifier and Type Method Description List<DeliveryRuleAction>DeliveryRule. actions()Get the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.List<DeliveryRuleAction>RuleUpdateParameters. actions()Get the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.List<DeliveryRuleAction>RuleUpdatePropertiesParameters. actions()Get the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type DeliveryRuleAction Modifier and Type Method Description DeliveryRuleDeliveryRule. withActions(List<DeliveryRuleAction> actions)Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.RulePropertiesRuleProperties. withActions(List<DeliveryRuleAction> actions)Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.RuleUpdateParametersRuleUpdateParameters. withActions(List<DeliveryRuleAction> actions)Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.RuleUpdatePropertiesParametersRuleUpdatePropertiesParameters. withActions(List<DeliveryRuleAction> actions)Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.
-