Edit

Share via


New-AzApplicationGatewayRewriteRule

Creates a rewrite rule for an application gateway.

Syntax

Default (Default)

New-AzApplicationGatewayRewriteRule
    -Name <String>
    -ActionSet <PSApplicationGatewayRewriteRuleActionSet>
    [-RuleSequence <Int32>]
    [-Condition <PSApplicationGatewayRewriteRuleCondition[]>]
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

Description

The New-AzApplicationGatewayRewriteRule cmdlet creates a rewrite rule for an Azure application gateway.

Examples

Example 1 : Create a rewrite rule for an application gateway

$rule = New-AzApplicationGatewayRewriteRule -Name rule1 -ActionSet $action -RuleSequence 101 -Condition $condition

This command creates a rewrite rule named rule1 and stores the result in the variable named $rule.

Parameters

-ActionSet

ActionSet of the rewrite rule

Parameter properties

Type:PSApplicationGatewayRewriteRuleActionSet
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Condition

Condition for the rewrite rule to execute

Parameter properties

Type:

PSApplicationGatewayRewriteRuleCondition[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

The name of the RewriteRule

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RuleSequence

The rule ordering of this rewrite rule in the rewrite rule set

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

PSApplicationGatewayRewriteRule