Interface CdnStandardRulesEngineRule.UpdateStages.WithMatchConditions<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.WithMatchConditions<T>
The stage of a CDN Standard rules engine rule update allowing to update match conditions.
  • Method Details

    • withMatchConditions

      CdnStandardRulesEngineRule.Update<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 update