Compartilhar via


CdnStandardRulesEngineRule.UpdateStages.WithMatchConditions<T> Interface

Type Parameters

T

the stage of the parent CDN endpoint update to return to after updating this definition

public static interface CdnStandardRulesEngineRule.UpdateStages.WithMatchConditions

The stage of a CDN Standard rules engine rule update allowing to update match conditions.

Method Summary

Modifier and Type Method and Description
abstract Update<T> withMatchConditions(DeliveryRuleCondition[] matchConditions)

Specify a list of conditions that must be matched for the actions to be executed.

Method Details

withMatchConditions

public abstract CdnStandardRulesEngineRule.Update 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

Applies to