New-AzApplicationGatewayRewriteRuleSet
建立應用程式閘道的重寫規則集。
語法
New-AzApplicationGatewayRewriteRuleSet
-Name <String>
-RewriteRule <System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
New-AzApplicationGatewayRewriteRuleSet Cmdlet 會為 Azure 應用程式閘道建立重寫規則集。
範例
範例 1
$ruleset = New-AzApplicationGatewayRewriteRuleSet -Name ruleset1 -RewriteRule $rule
此命令會建立名為 ruleset1 的重寫規則集,並將結果儲存在名為 $ruleset 的變數中。
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
RewriteRuleSet 的名稱
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-RewriteRule
重寫規則清單
類型: | List<T>[PSApplicationGatewayRewriteRule] |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None
輸出
PSApplicationGatewayRewriteRuleSet