Interface CdnStandardRulesEngineRule.DefinitionStage.WithActions<T>
- Type Parameters:
T- the stage of the parent CDN endpoint definition to return to after attaching this definition
- All Known Subinterfaces:
CdnStandardRulesEngineRule.Definition<ParentT>,CdnStandardRulesEngineRule.DefinitionStage.WithMatchConditionsOrActions<T>
- Enclosing interface:
- CdnStandardRulesEngineRule.DefinitionStage
public static interface CdnStandardRulesEngineRule.DefinitionStage.WithActions<T>
The stage of a CDN Standard rules engine rule definition allowing to specify actions.
-
Method Summary
Modifier and TypeMethodDescriptionwithActions(DeliveryRuleAction... actions) Specify a list of actions that are executed when all the conditions of a rule are satisfied.
-
Method Details
-
withActions
Specify a list of actions that are executed when all the conditions of a rule are satisfied.- Parameters:
actions- the actions that are executed when all the conditions of a rule are satisfied- Returns:
- the next stage of the Standard rules engine rule definition
-