RuleUpdateParameters Class

Definition

The domain JSON object required for domain creation or update.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RuleUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RuleUpdateParameters = class
Public Class RuleUpdateParameters
Inheritance
RuleUpdateParameters
Attributes

Constructors

RuleUpdateParameters()

Initializes a new instance of the RuleUpdateParameters class.

RuleUpdateParameters(Nullable<Int32>, IList<DeliveryRuleCondition>, IList<DeliveryRuleAction>, String)

Initializes a new instance of the RuleUpdateParameters class.

Properties

Actions

Gets or sets a list of actions that are executed when all the conditions of a rule are satisfied.

Conditions

Gets or sets a list of conditions that must be matched for the actions to be executed

MatchProcessingBehavior

Gets or sets if this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue. Possible values include: 'Continue', 'Stop'

Order

Gets or sets the order in which the rules 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.

Applies to