ApplicationGatewayRewriteRule Class

Definition

Rewrite rule of an application gateway.

public class ApplicationGatewayRewriteRule
type ApplicationGatewayRewriteRule = class
Public Class ApplicationGatewayRewriteRule
Inheritance
ApplicationGatewayRewriteRule

Constructors

ApplicationGatewayRewriteRule()

Initializes a new instance of the ApplicationGatewayRewriteRule class.

ApplicationGatewayRewriteRule(String, Nullable<Int32>, IList<ApplicationGatewayRewriteRuleCondition>, ApplicationGatewayRewriteRuleActionSet)

Initializes a new instance of the ApplicationGatewayRewriteRule class.

Properties

ActionSet

Gets or sets set of actions to be done as part of the rewrite Rule.

Conditions

Gets or sets conditions based on which the action set execution will be evaluated.

Name

Gets or sets name of the rewrite rule that is unique within an Application Gateway.

RuleSequence

Gets or sets rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet.

Applies to