CdnStandardRulesEngineRule.DefinitionStage.WithActions<T> Interface

Type Parameters

T

the stage of the parent CDN endpoint definition to return to after attaching this definition

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 Type Method and Description
abstract Attachable<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 Attachable<T> 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 definition

Applies to