Compartilhar via


ApplicationGatewayHeaderConfiguration Class

Header configuration of the Actions set in Application Gateway.

Inheritance
azure.mgmt.network._serialization.Model
ApplicationGatewayHeaderConfiguration

Constructor

ApplicationGatewayHeaderConfiguration(*, header_name: str | None = None, header_value_matcher: _models.HeaderValueMatcher | None = None, header_value: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
header_name
str

Header name of the header configuration.

header_value_matcher

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.

header_value
str

Header value of the header configuration.

Variables

Name Description
header_name
str

Header name of the header configuration.

header_value_matcher

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.

header_value
str

Header value of the header configuration.