Share via


CustomRule Constructor

Definition

Initializes a new instance of CustomRule.

public CustomRule (string name, int priority, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.CustomRuleMatchCondition> matchConditions, Azure.ResourceManager.Cdn.Models.OverrideActionType action);
new Azure.ResourceManager.Cdn.Models.CustomRule : string * int * seq<Azure.ResourceManager.Cdn.Models.CustomRuleMatchCondition> * Azure.ResourceManager.Cdn.Models.OverrideActionType -> Azure.ResourceManager.Cdn.Models.CustomRule
Public Sub New (name As String, priority As Integer, matchConditions As IEnumerable(Of CustomRuleMatchCondition), action As OverrideActionType)

Parameters

name
String

Defines the name of the custom rule.

priority
Int32

Defines in what order this rule be evaluated in the overall list of custom rules.

matchConditions
IEnumerable<CustomRuleMatchCondition>

List of match conditions.

action
OverrideActionType

Describes what action to be applied when rule matches.

Exceptions

name or matchConditions is null.

Applies to