Interface CdnStandardRulesEngineRule.DefinitionStage.WithOrder<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.Blank<T>
- Enclosing interface:
CdnStandardRulesEngineRule.DefinitionStage
public static interface CdnStandardRulesEngineRule.DefinitionStage.WithOrder<T>
The stage of a CDN Standard rules engine rule definition allowing to specify the order of the rule.
-
Method Summary
Modifier and TypeMethodDescriptionwithOrder(int order) Specify the order in which the rule are applied for the endpoint.
-
Method Details
-
withOrder
Specify the order in which the rule are applied for the endpoint. Possible values {0,1,2,3,………}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied.- Parameters:
order- the order of the Standard rules engine rule- Returns:
- the next stage of the Standard rules engine rule definition
-