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
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:
Returns:
Applies to
Azure SDK for Java