AzureApplicationGatewayRewriteRuleHeaderConfigurationBase.HeaderValueMatcher Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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