你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureApplicationGatewayRewriteRuleHeaderConfigurationBase.HeaderValueMatcher Property

Definition

[System.Management.Automation.Parameter(HelpMessage="An optional field under 'Rewrite Action'. It lets you capture and modify the value(s) of a specific header when multiple headers with the same name exist. Currently supported for Set-Cookie Response header only. For more details, visit https://aka.ms/appgwheadercrud", Mandatory=false)]
public Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher HeaderValueMatcher { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="An optional field under 'Rewrite Action'. It lets you capture and modify the value(s) of a specific header when multiple headers with the same name exist. Currently supported for Set-Cookie Response header only. For more details, visit https://aka.ms/appgwheadercrud", Mandatory=false)>]
member this.HeaderValueMatcher : Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher with get, set
Public Property HeaderValueMatcher As PSApplicationGatewayHeaderValueMatcher

Property Value

Attributes

Applies to