CdnStandardRulesEngineRule.UpdateStages.WithActions<T> Interface
Type Parameters
- T
the stage of the parent CDN endpoint update to return to after updating this definition
public static interface CdnStandardRulesEngineRule.UpdateStages.WithActions
The stage of a CDN Standard rules engine rule update allowing to update actions.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update<T> |
withActions(DeliveryRuleAction[] actions)
Specify a list of actions that are executed when all the conditions of a rule are satisfied. |
Method Details
withActions
public abstract CdnStandardRulesEngineRule.Update
Specify a list of actions that are executed when all the conditions of a rule are satisfied.
Parameters:
Returns:
Applies to
Azure SDK for Java