Interface CdnStandardRulesEngineRule.DefinitionStage.WithMatchConditionsOrActions<T>

Type Parameters:
T - the stage of the parent CDN endpoint definition to return to after attaching this definition
All Superinterfaces:
CdnStandardRulesEngineRule.DefinitionStage.WithActions<T>, CdnStandardRulesEngineRule.DefinitionStage.WithMatchConditions<T>
All Known Subinterfaces:
CdnStandardRulesEngineRule.Definition<ParentT>
Enclosing interface:
CdnStandardRulesEngineRule.DefinitionStage

public static interface CdnStandardRulesEngineRule.DefinitionStage.WithMatchConditionsOrActions<T> extends CdnStandardRulesEngineRule.DefinitionStage.WithMatchConditions<T>, CdnStandardRulesEngineRule.DefinitionStage.WithActions<T>
The stage of a CDN Standard rules engine rule definition allowing to specify match conditions or actions. For Global rule(order=0), only actions can be specified. For the rest(order>0), both match conditions and actions must both be specified.