Interface CdnStandardRulesEngineRule.DefinitionStage.WithMatchConditions<T>
- Type Parameters:
T- the stage of the parent CDN endpoint definition to return to after attaching this definition
- All Known Subinterfaces:
CdnStandardRulesEngineRule.Definition<ParentT>,CdnStandardRulesEngineRule.DefinitionStage.WithMatchConditionsOrActions<T>
- Enclosing interface:
CdnStandardRulesEngineRule.DefinitionStage
public static interface CdnStandardRulesEngineRule.DefinitionStage.WithMatchConditions<T>
The stage of a CDN Standard rules engine rule definition allowing to specify match conditions.
-
Method Summary
Modifier and TypeMethodDescriptionwithMatchConditions(DeliveryRuleCondition... matchConditions) Specify a list of conditions that must be matched for the actions to be executed.
-
Method Details
-
withMatchConditions
CdnStandardRulesEngineRule.DefinitionStage.WithActions<T> withMatchConditions(DeliveryRuleCondition... matchConditions) Specify a list of conditions that must be matched for the actions to be executed. Must be left blank for Global rule(order=0). Required for the rest(order>0).- Parameters:
matchConditions- the conditions that must be matched for the actions to be executed- Returns:
- the next stage of the Standard rules engine rule definition
-