Interface CdnStandardRulesEngineRule.UpdateStages.WithOrder<T>

Type Parameters:
T - the stage of the parent CDN endpoint update to return to after updating this definition
All Known Subinterfaces:
CdnStandardRulesEngineRule.Update<ParentT>
Enclosing interface:
CdnStandardRulesEngineRule.UpdateStages

public static interface CdnStandardRulesEngineRule.UpdateStages.WithOrder<T>
The stage of a CDN Standard rules engine rule update allowing to update the order of the rule in the Rules Engine.
  • Method Summary

    Modifier and Type
    Method
    Description
    withOrder(int order)
    Specify the order in which the rule are applied for the endpoint.
  • Method Details

    • withOrder

      CdnStandardRulesEngineRule.Update<T> withOrder(int order)
      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 update