Partager via


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 withActions(DeliveryRuleAction[] actions)

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

Applies to