ApplicationGatewayHeaderConfiguration Class

Header configuration of the Actions set in Application Gateway.

Inheritance
ApplicationGatewayHeaderConfiguration

Constructor

ApplicationGatewayHeaderConfiguration(*, header_name: typing.Union[str, NoneType] = None, header_value: typing.Union[str, NoneType] = None, **kwargs)

Parameters

header_name
str

Header name of the header configuration.

header_value
str

Header value of the header configuration.