Interface CdnStandardRulesEngineRule.UpdateStages.WithActions<T>
- Type Parameters:
T- the stage of the parent CDN endpoint update to return to after updating this definition
- All Known Subinterfaces:
CdnStandardRulesEngineRule.Update<ParentT>
- Enclosing interface:
- CdnStandardRulesEngineRule.UpdateStages
public static interface CdnStandardRulesEngineRule.UpdateStages.WithActions<T>
The stage of a CDN Standard rules engine rule update allowing to update 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 update
-